Skip to content
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

Adjustable Delay between the Job(s) #5624

Closed
mcagriaksoy opened this issue May 13, 2024 · 2 comments
Closed

Adjustable Delay between the Job(s) #5624

mcagriaksoy opened this issue May 13, 2024 · 2 comments

Comments

@mcagriaksoy
Copy link
Contributor

Describe the feature request
If there is an adjustable (user controlled) delay between the jobs, would be great.
Example:

  • Do task --> wait XX sec --> Do another task

This solution may be useful in some cases. A delay added by the user can give the system time to recover, or it can give the CPU and GPU temperature a little lower.

@AenBleidd
Copy link
Member

On multicore systems BOINC usually runs several tasks in parallel (if configured), and these tasks finish at very different time, so there is no real advantage to leave 1 (or several) core(s) idle for some time.
Instead would be better to have implemented these:

@AenBleidd AenBleidd closed this as not planned Won't fix, can't repro, duplicate, stale May 15, 2024
@mcagriaksoy
Copy link
Contributor Author

Yes, you are right, but if process uses GPU and there is a one GPU at the system, some kind of delay*s might be helpful.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

No branches or pull requests

2 participants