MPI examples with 3.1.5-1 instead of 3.1.5
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user