Merge pull request #646 from kroeschl/numprocesses-logical

Add explicit 'logical' choice to --numprocesses flag
This commit is contained in:
Ronny Pfannschmidt
2021-06-08 08:44:29 +02:00
committed by GitHub
3 changed files with 28 additions and 9 deletions

View File

@@ -0,0 +1,3 @@
Add ``--numprocesses=logical`` flag, which automatically uses the number of logical CPUs available, instead of physical CPUs with ``auto``.
This is very useful for test suites which are not CPU-bound.