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 d5361fb commit d584a6fCopy full SHA for d584a6f
.github/workflows/ice/submit.sh
@@ -18,8 +18,8 @@ sbatch_cpu_opts="\
18
"
19
20
sbatch_gpu_opts="\
21
-#SBATCH -G V100:2\
22
#SBATCH --ntasks-per-node=20 # Number of cores per node required
+#SBATCH -G V100:2\
23
24
25
if [ "$2" == "cpu" ]; then
@@ -37,6 +37,7 @@ sbatch <<EOT
37
#!/bin/bash
38
#SBATCH -Jshb-$job_slug # Job name
39
#SBATCH -N1 # Number of nodes required
40
+#SBATCH -n 20 # Number of nodes required
41
$sbatch_device_opts
42
#SBATCH -t 03:00:00 # Duration of the job (Ex: 15 mins)
43
#SBATCH -o$job_slug.out # Combined output and error messages file
0 commit comments