Skip to content

Commit 8623c31

Browse files
committed
fix!
1 parent f62bd6e commit 8623c31

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/ice/submit.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,9 @@ job_slug="`basename "$1" | sed 's/\.sh$//' | sed 's/[^a-zA-Z0-9]/-/g'`-$2"
3535
sbatch <<EOT
3636
#!/bin/bash
3737
#SBATCH -Jshb-$job_slug # Job name
38-
#SBATCH --account=gts-sbryngelson3 # charge account
3938
#SBATCH -N1 # Number of nodes required
4039
$sbatch_device_opts
4140
#SBATCH -t 02:00:00 # Duration of the job (Ex: 15 mins)
42-
#SBATCH -q embers # QOS Name
4341
#SBATCH -o$job_slug.out # Combined output and error messages file
4442
#SBATCH -W # Do not exit until the submitted job terminates.
4543

0 commit comments

Comments
 (0)