You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When testing a new installation on a machine with greater than 5 idle cpus, the program limits to only 5 cpus for tests.
The number of cpus should be controllable at invocation irrespective of what mode it's in.
I tried running with -t 40 but it still used 5 cpus. I edit METABOLIC-G and commented out line 156 which allowed me to control the cpus used during the test with the -t argument.
The text was updated successfully, but these errors were encountered:
When testing a new installation on a machine with greater than 5 idle cpus, the program limits to only 5 cpus for tests.
The number of cpus should be controllable at invocation irrespective of what mode it's in.
I tried running with -t 40 but it still used 5 cpus. I edit METABOLIC-G and commented out line 156 which allowed me to control the cpus used during the test with the -t argument.
The text was updated successfully, but these errors were encountered: