Skip to content

Commit 41ed8c9

Browse files
authored
Create mpi.sh
1 parent fe3543f commit 41ed8c9

File tree

1 file changed

+7
-0
lines changed
  • user-training/examples/job_types

1 file changed

+7
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)