Closed sphuber closed 3 years ago
I'm not sure that is really necessary, see https://www.open-mpi.org/faq/?category=slurm
This came during a discussion on an issue for aiida-common-workflows
where a CP2K run wasn't running properly in parallel. The suspicion was raised that it might had to do with using mpirun
instead of srun
, but it seems indeed that this is not necessarily required. Fine to close this issue for now.
The localhost computer is configured to use the SLURM scheduler but the
mpirun_command
usesmpirun
instead ofsrun
. Fixing this is blocked by the following PR for the AiiDA ansible role: https://github.com/marvel-nccr/ansible-role-aiida/pull/69