Replies: 1 comment
-
Hi Wes, Ask your admins to recompile openmpi with slurm support (--with-slurm option to ./configure). See here for details: https://www.open-mpi.org/faq/?category=slurm If they can't do it, you should be able to do it locally, but that may be tricky to do across nodes. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
My institution's cluster has recently been upgraded to Slurm 24.0.5 and this appears to conflict with OpenMPI (MPI4PY), and therefore broke my installation of PHOEBE 2.4.14.
I get the following error in my log:
This failure only occurs when using the “srun” command within the Slurm Batch Script. The failure occurs upon importing phoebe. Outside of Slurm, everything appears to run as expected.
Setting the environment variable (
export PHOEBE_ENABLE_MPI=FALSE
) doesn't change the behavior.While I am working with the system admins at my university, I thought I would see if there were any other ideas about how to overcome this issue.
Thanks for any advice you can offer!
Beta Was this translation helpful? Give feedback.
All reactions