We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe3543f commit 41ed8c9Copy full SHA for 41ed8c9
user-training/examples/job_types/mpi.sh
@@ -0,0 +1,7 @@
1
+#!/bin/bash
2
+#SBATCH -J MPIJob
3
+#SBATCH --time=01:00:00
4
+#SBATCH --ntasks=2
5
+#SBATCH --mem-per-cpu=8G
6
+ml Application
7
+srun mpi_binary
0 commit comments