Skip to content

Commit b3690b1

Browse files
committed
Docs: Update sub-gpu for frontera
1 parent cbb6157 commit b3690b1

File tree

1 file changed

+3
-2
lines changed
  • Docs/compile-notes/frontera/submitscript

1 file changed

+3
-2
lines changed

Docs/compile-notes/frontera/submitscript/sub-gpu

+3-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@
88
#SBATCH -e myjob.e%j # Name of stderr error file
99
#SBATCH -t 02:00:00 # Run time (hh:mm:ss)
1010
#SBATCH -A PHY20010 # Project/Allocation name (req'd if you have more than 1)
11-
#SBATCH --ntasks-per-node=4
12-
#SBATCH --gpu-bind=map_gpu:0,1,2,3
11+
12+
##SBATCH --ntasks-per-node=4
13+
##SBATCH --gpu-bind=map_gpu:0,1,2,3
1314

1415
##SBATCH --mail-type=all # Send email at begin and end of job
1516

0 commit comments

Comments
 (0)