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
Currently Loaded Modulefiles:
1) pbs 2) openmpi/4.1.4(default)
MODULE ERROR DETECTED: GLOBALERR intel-mpi/2019.5.281 cannot be loaded due to a conflict.
(Detailed error information and backtrace has been suppressed, set $MODULES_ERROR_BACKTRACE to unsuppress.)
Loading intel-mpi/2019.5.281
ERROR: intel-mpi/2019.5.281 cannot be loaded due to a conflict.
HINT: Might try "module unload openmpi" first.
payu: Model exited with error code 127; aborting.
It's because payu assume the MPI library is openmpi and adds that to the list of automatically loaded modules:
Follow up investigation seems that the mpirun wrapper from the intel-mpi packages doesn't support -wdir type arguments, so the model just runs in the top level directory.
Seems by default
payu
will not work with an executable compiled withintel-mpi
ongadi
:https://forum.access-hive.org.au/t/error-with-payu-and-loading-modules/679
This error is thrown:
It's because
payu
assume the MPI library isopenmpi
and adds that to the list of automatically loaded modules:https://github.com/payu-org/payu/blob/master/payu/experiment.py#L239
Work-around is to add this to
config.yaml
but should probably do something a bit better than this by default
The text was updated successfully, but these errors were encountered: