We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 499c982 commit ee153bcCopy full SHA for ee153bc
content/courses/python-high-performance/codes/pympi.slurm
@@ -1,7 +1,7 @@
1
#!/bin/bash
2
#SBATCH -N 1
3
#SBATCH --ntasks-per-node=8
4
-#SBATCH --account=hpc_build
+#SBATCH -A hpc_training #use a valid allocation for your login
5
#SBATCH -p interactive
6
#SBATCH -t 1:00:00
7
0 commit comments