-
-
Notifications
You must be signed in to change notification settings - Fork 78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
error shutting down a node - NoSuchFileException: genscoop.cl #790
Comments
Im surprised this wasn't noticed sooner, as i cant remember that file being around for a long time... Anyways file appears to have been deleted at some point. Two temporary fixes available:
** if you attempt the second option and it works please report back so it can eliminate possible guessing ** |
it is because most people does not seem to use GPU acceleration... |
Some while ago I noticed the file was not present and got it from a previous release. But from my tests, at that time, the sync speed was not affected by using the gpu accelerated code, neither the card had any significant amount of usage, so I assumed the node code for sync (and database insertion) was much more impacting than the scoop checks. Is it worth having the OpenCL option? |
With current network speed it's not really needed, maybe in the future. I wouldn't personally want to see it removed from code right now, but maybe just add a notice it's not implemented and a skip? |
If it has no positive impact on the sync process we could rip it off. From my recent researches and works on Version 3.8 I figured out that the bottleneck is not so much the processing power but foremost database access. This is why H2 is significantly faster on sync than PG and MariaDB. |
with the new release 3.8.1 we figured out that now |
node v3.8.0 using H2. From the log I only could get these last lines, the rest is at the screenshot
The text was updated successfully, but these errors were encountered: