-
Notifications
You must be signed in to change notification settings - Fork 12
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
Add option to control checkpoint rate #247
Comments
This is set by project owners, not the client. 4090 or other ultra high end users are extreme minority, and it is not very helpful to the projects to cater to that minority :) |
So no different then folding on a cpu, however the cpu units can set how often they checkpoint. Was after the same for the GPUs. |
CPU checkpointing is different, and is very fine grained. Regardless of what you set for yourself, CPU will always restart very close to where you paused/stopped. OpenMM (GPU), I believe, does not have such functionality. Whatever project owner (not fah dev) sets it in their project, it is universal and cannot be changed per client basis, at least with current client functionality. I believe if this was possible, this would have been implemented in v7 long time ago. |
Better course of action is to go add a feature request to OpenMM? |
No, better course of action is to be patient ;) interesting to hear what Joe has to say, and I also asked the question to GPU fahcore devs. Will see what comes out of it ;) |
I don't think there's a problem here. The checkpointing is taking less than one second. This is apparent from the log. |
We had a little chat internally and OpenMM checkpoint frequency is set by researcher at the beginning of the project, and is written into core.xml file. Not sure it would be ideal to have an option for users to alter those settings |
The benefit to cost, in terms of performance gained vs development effort, is not good. |
Not the best example as this machine is running FAHClient from RAM. Thanks all for entertain the idea. |
That would still need to be exposed within fahclient for you to do the change |
Sorry I dont follow |
Fahclient is the UI for users to adjust the settings. If fahclient does not have an actual option to change checkpoint frequency, you won't be able to change it ;) |
Hi Devs,
Any chance of getting GPU Checkpoint Option added to the cores? Either to turn it off or extend it to x amount of frames?
With my 4090 folding time per frame is normally in the 9 - 30 secs range. Having the core stop to perform a check point that takes as long as a frame to complete seems waste full.
Thanks
The text was updated successfully, but these errors were encountered: