Skip to content

Commit 88b3478

Browse files
committed
fix?
1 parent 1d48baf commit 88b3478

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ice/submit.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ sbatch_cpu_opts="\
1919

2020
sbatch_gpu_opts="\
2121
#SBATCH -G V100:2\
22+
#SBATCH --ntasks-per-node=20 # Number of cores per node required
2223
"
2324

2425
if [ "$2" == "cpu" ]; then
@@ -37,9 +38,10 @@ sbatch <<EOT
3738
#SBATCH -Jshb-$job_slug # Job name
3839
#SBATCH -N1 # Number of nodes required
3940
$sbatch_device_opts
40-
#SBATCH -t 02:00:00 # Duration of the job (Ex: 15 mins)
41+
#SBATCH -t 03:00:00 # Duration of the job (Ex: 15 mins)
4142
#SBATCH -o$job_slug.out # Combined output and error messages file
4243
#SBATCH -W # Do not exit until the submitted job terminates.
44+
#SBATCH --exclude=atl1-1-02-009-33-0
4345
4446
set -e
4547
set -x

0 commit comments

Comments
 (0)