MPI examples with 3.1.5-1 instead of 3.1.5

This commit is contained in:
2020-02-21 14:36:53 +01:00
parent ce66ca0b86
commit d3d0c5120c
2 changed files with 4 additions and 4 deletions

View File

@ -227,7 +227,7 @@ Copy-paste the following example in a file called myAdvancedTest.batch):
#SBATCH --ntasks-per-core=1 # Request the max ntasks be invoked on each core
#SBATCH --hint=nomultithread # Don't use extra threads with in-core multi-threading
module load gcc/9.2.0 openmpi/3.1.5_merlin6
module load gcc/9.2.0 openmpi/3.1.5-1_merlin6
module list
echo "Example no-MPI:" ; hostname # will print one hostname per node