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
When I try to run PolyChord on Cray machines using the Cray compilers (through Cobaya and the python wrapper), I get the following error:
MPICH ERROR [Rank 0] [job id 698426.0] [Mon Mar 4 12:09:02 2024] [c1385] - Abort(1092879) (rank 0 in comm 0): Fatal error in PMPI_Init: Other MPI error, error stack:
MPIR_Init_thread(170)...:
MPID_Init(486)..........:
MPIDU_Init_shm_init(184): unable to attach to shared memory
The supercomputer IT support has looked into the issue and narrowed down the origin to the PolyChord source code.
The modules loaded are:
Do you have any advice?
I have already tried compiling with the intel and GNU compilers to no avail. The error messages are different in each case but the end result is the same.
The text was updated successfully, but these errors were encountered:
I get a similar (although not exactly the same) message if I compile with MPI support on the Cambridge intel compiler clusters and run without mpirun wrapping the command. Perhaps try either wrapping the python command in mpirun -np 1 python xyz or compiling without MPI (MPI=0 in the makefiles), and see if that shows any progress?
Good afternoon,
When I try to run PolyChord on Cray machines using the Cray compilers (through Cobaya and the python wrapper), I get the following error:
The supercomputer IT support has looked into the issue and narrowed down the origin to the PolyChord source code.
The modules loaded are:
Do you have any advice?
I have already tried compiling with the intel and GNU compilers to no avail. The error messages are different in each case but the end result is the same.
The text was updated successfully, but these errors were encountered: