Skip to content

Commit

Permalink
Add missing OpenMPI module
Browse files Browse the repository at this point in the history
  • Loading branch information
ofisette committed Nov 2, 2024
1 parent 1343fcf commit 4733f58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 2-resources.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"#SBATCH --mem-per-cpu=1000M\n",
"#SBATCH --time=0-00:10\n",
"\n",
"module load StdEnv/2023 gcc/12.3\n",
"module load StdEnv/2023 gcc/12.3 openmpi/4.1.5\n",
"\n",
"mpirun printenv HOSTNAME OMPI_COMM_WORLD_RANK OMPI_COMM_WORLD_SIZE\n",
"```\n",
Expand Down

0 comments on commit 4733f58

Please sign in to comment.