Process Distribution
For each MPI task, it is recommended that the number of processes distributed on each node be the same. In addition, --bind-to core --map-by socket --rank-by core needs to be added to ensure that processes are continuously and evenly distributed on each node and Socket. This prevents performance deterioration caused by algorithm switching.
Parent topic: Command Description and Example