How to I set $NUM_CPU_CORES to control the number of threads started for a multi-threaded benchmark? I thought the following would work but it doesn't:
$ env NUM_CPU_CORES=2 phoronix-test-suite diagnostics | grep NUM_CPU_CORES
NUM_CPU_CORES = 4
$ env NUM_CPU_CORES=2 phoronix-test-suite diagnostics | grep NUM_CPU_CORES
NUM_CPU_CORES = 4
Comment