Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

multiple-rank-mpi-launch-with-openmpi-is-suboptimal #24

Open
egstern opened this issue May 3, 2022 · 1 comment
Open

multiple-rank-mpi-launch-with-openmpi-is-suboptimal #24

egstern opened this issue May 3, 2022 · 1 comment

Comments

@egstern
Copy link
Collaborator

egstern commented May 3, 2022

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.

@s-sajid-ali
Copy link
Member

s-sajid-ali commented May 3, 2022

This was considered against in #8

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants