Code crashes in MPI_Win_create during setup #532
-
Hello,
the code runs fine and exits with
But when I run the command
I got
I'm new to NekRS. I'm not sure how to go about solving this issue. Any help would be much appreciated. Many thanks, |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 6 replies
-
Not sure why |
Beta Was this translation helpful? Give feedback.
-
I made this mistake many times and it fails at this same location and same error message. |
Beta Was this translation helpful? Give feedback.
-
Thank you for your responses. @stgeke, I'm using Ubuntu 20.04.3 LTS and mpiexec (OpenRTE) 4.1.2. I don't know if this is just because of system I'm using. @yslan, could you please elaborate a bit more? How do I go about checking my MPI executable and my MPI compiler version? I'm using standalone NekRS executable from ANL Cardinal. Thank you for your help. |
Beta Was this translation helpful? Give feedback.
Try adding this into your mpiexec
--mca osc ucx
For example, in
nrsbmpi