marvel-nccr / quantum-mobile

A Virtual Machine for computational materials science
https://quantum-mobile.readthedocs.io
Other
91 stars 32 forks source link

Set the correct `mpirun_command` to go with the `localhost` computer for the AiiDA install #177

Closed sphuber closed 3 years ago

sphuber commented 3 years ago

The localhost computer is configured to use the SLURM scheduler but the mpirun_command uses mpirun instead of srun. Fixing this is blocked by the following PR for the AiiDA ansible role: https://github.com/marvel-nccr/ansible-role-aiida/pull/69

ltalirz commented 3 years ago

I'm not sure that is really necessary, see https://www.open-mpi.org/faq/?category=slurm

sphuber commented 3 years ago

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.