Skip to content

Commit de267d6

Browse files
authored
Update submit.sh
1 parent 4c54d39 commit de267d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ice/submit.sh

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

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

2525
if [ "$2" == "cpu" ]; then

0 commit comments

Comments
 (0)