You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OpenMPI has a bizarre default way of distributing MPI ranks among processors.
For 2 or fewer MPI ranks, it assigns ranks to cores. For more than 2, it
assigns ranks by socket. This results in extremely long test execution
times for 3 or more MPI ranks on some systems. The solution is to force
OpenMPI to always use map-by core.
The text was updated successfully, but these errors were encountered:
OpenMPI has a bizarre default way of distributing MPI ranks among processors.
For 2 or fewer MPI ranks, it assigns ranks to cores. For more than 2, it
assigns ranks by socket. This results in extremely long test execution
times for 3 or more MPI ranks on some systems. The solution is to force
OpenMPI to always use map-by core.
The text was updated successfully, but these errors were encountered: