Skip to content

Commit 499c982

Browse files
authored
Update pimc.sh
1 parent 22b7a86 commit 499c982

File tree

1 file changed

+1
-1
lines changed
  • content/courses/python-high-performance/codes

1 file changed

+1
-1
lines changed

content/courses/python-high-performance/codes/pimc.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22
#SBATCH -N 1
33
#SBATCH --cpus-per-task=4
4-
#SBATCH --account=hpc_build
4+
#SBATCH -A hpc_training #use a valid allocation for your login
55
#SBATCH -p interactive
66
#SBATCH -t 1:00:00
77

0 commit comments

Comments
 (0)