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
The current version of haddock3 requires mpirun to be present on the system to run in MPI mode.
As seen on e.g. the Lumi HPC system, mpirun can be replaced by srun if slurm is installed on the system.
libmpi.py should allow for both modes and try to use srun in case mpirun is not found.
Motivation
This will avoid having to manually edit libmpi for installation on some HPC systems.
The text was updated successfully, but these errors were encountered:
Desired feature/enhancement
The current version of haddock3 requires
mpirun
to be present on the system to run in MPI mode.As seen on e.g. the Lumi HPC system,
mpirun
can be replaced bysrun
if slurm is installed on the system.libmpi.py
should allow for both modes and try to usesrun
in casempirun
is not found.Motivation
This will avoid having to manually edit
libmpi
for installation on some HPC systems.The text was updated successfully, but these errors were encountered: