...
If no specific requests regarding the number of tasks has been done, mpirun
defaults to hyperthreading and starts cores*2
processes. If a number of tasks has been specified (either with with -N
or and/or --tasks-per-node
), mpirun
honors this via the flag -map-by. For example:
...