Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix number of CPUs for AdvancedTreeSearch (#448)
Specifying `cpu=2` lead the job to still only consume 100% (un-normalized, so only one core) of CPU, because `OMP_NUM_THREADS=1`. Removing the division by two leads the job to consume the desired 200%, i.e. 2 cores.
- Loading branch information