We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22b7a86 commit 499c982Copy full SHA for 499c982
content/courses/python-high-performance/codes/pimc.sh
@@ -1,7 +1,7 @@
1
#!/bin/bash
2
#SBATCH -N 1
3
#SBATCH --cpus-per-task=4
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