Process Distribution
For each MPI task, it is recommended that the number of processes distributed on each node be the same. In addition, the --bind-to core --map-by Socket --rank-by core parameter 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