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

Multitasking is a requirement #11

Open
ZipCPU opened this issue Mar 20, 2019 · 0 comments
Open

Multitasking is a requirement #11

ZipCPU opened this issue Mar 20, 2019 · 0 comments

Comments

@ZipCPU
Copy link

ZipCPU commented Mar 20, 2019

Current behavior

Only one proof runs at a time

Expected behavior

All of the CPUs on a machine should be enabled by default for proofs. For those engines with known numbers of threads, allocate tasks until the machine is full. Always (by default) run at full speed.

In a later revision, measure the current CPU usage, and only start a new task if 1) no tasks are running and one has been requested, or 2) the system load is low enough that another task will not peg it.

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

No branches or pull requests

1 participant