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 f62bd6e commit 8623c31Copy full SHA for 8623c31
.github/workflows/ice/submit.sh
@@ -35,11 +35,9 @@ job_slug="`basename "$1" | sed 's/\.sh$//' | sed 's/[^a-zA-Z0-9]/-/g'`-$2"
35
sbatch <<EOT
36
#!/bin/bash
37
#SBATCH -Jshb-$job_slug # Job name
38
-#SBATCH --account=gts-sbryngelson3 # charge account
39
#SBATCH -N1 # Number of nodes required
40
$sbatch_device_opts
41
#SBATCH -t 02:00:00 # Duration of the job (Ex: 15 mins)
42
-#SBATCH -q embers # QOS Name
43
#SBATCH -o$job_slug.out # Combined output and error messages file
44
#SBATCH -W # Do not exit until the submitted job terminates.
45
0 commit comments