Skip to content

Commit d584a6f

Browse files
committed
fix
1 parent d5361fb commit d584a6f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ice/submit.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ sbatch_cpu_opts="\
1818
"
1919

2020
sbatch_gpu_opts="\
21-
#SBATCH -G V100:2\
2221
#SBATCH --ntasks-per-node=20 # Number of cores per node required
22+
#SBATCH -G V100:2\
2323
"
2424

2525
if [ "$2" == "cpu" ]; then
@@ -37,6 +37,7 @@ sbatch <<EOT
3737
#!/bin/bash
3838
#SBATCH -Jshb-$job_slug # Job name
3939
#SBATCH -N1 # Number of nodes required
40+
#SBATCH -n 20 # Number of nodes required
4041
$sbatch_device_opts
4142
#SBATCH -t 03:00:00 # Duration of the job (Ex: 15 mins)
4243
#SBATCH -o$job_slug.out # Combined output and error messages file

0 commit comments

Comments
 (0)