We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d48baf commit 88b3478Copy full SHA for 88b3478
.github/workflows/ice/submit.sh
@@ -19,6 +19,7 @@ sbatch_cpu_opts="\
19
20
sbatch_gpu_opts="\
21
#SBATCH -G V100:2\
22
+#SBATCH --ntasks-per-node=20 # Number of cores per node required
23
"
24
25
if [ "$2" == "cpu" ]; then
@@ -37,9 +38,10 @@ sbatch <<EOT
37
38
#SBATCH -Jshb-$job_slug # Job name
39
#SBATCH -N1 # Number of nodes required
40
$sbatch_device_opts
-#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)
42
#SBATCH -o$job_slug.out # Combined output and error messages file
43
#SBATCH -W # Do not exit until the submitted job terminates.
44
+#SBATCH --exclude=atl1-1-02-009-33-0
45
46
set -e
47
set -x
0 commit comments