-
Notifications
You must be signed in to change notification settings - Fork 5
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
Omega run fails with >1 node when using OMEGA_MPI_ON_DEVICE=ON on Frontier GPUs #196
Comments
Note, I also tested by changing
which caused problems in the past. This did not affect the problem above. |
Here is my exact test sequence. Here I am using polaris to set up the test case. details:
|
This exact error is discussed on a user page here: They are also using Cray MPICH. For their specific application, they advised a workaround to not use inter-node GPU-aware MPI. But they say it's no longer needed, so this might be a bug in a specific version of Cray MPICH. |
GPU-aware MPI with MPICH requires |
Thank you @brian-oneill. I ran the same Polaris test and added |
I get numerous
cxil_map: write error
and then seg fault when-DOMEGA_MPI_ON_DEVICE=ON
for >1 node using Frontier GPUs with today's head of omega develop (cc4eb05) andCOMPILER=crayclanggpu
.All cases work for
-DOMEGA_MPI_ON_DEVICE=OFF
. My run command iswhere
-N 1
always works. But I tried a variety of values for-n
and--ntasks-per-gpu
and it didn't seem to matter.The text was updated successfully, but these errors were encountered: