Update MPI jobs authored by Alain O' Miniussi's avatar Alain O' Miniussi
...@@ -70,7 +70,7 @@ module load boost ...@@ -70,7 +70,7 @@ module load boost
set -x set -x
# Run the code, one could also use diceexec or dicerun # Run the code, one could also use diceexec or dicerun
srun --dice=pmi2 ./dice srun --mpi=pmi2 ./dice
``` ```
... ...
......