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.
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.