Skip to content

Commit

Permalink
Update submit.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
sbryngelson authored Jan 29, 2024
1 parent 692b8e5 commit cbad0c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/phoenix/submit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ job_slug="`basename "$1" | sed 's/\.sh$//' | sed 's/[^a-zA-Z0-9]/-/g'`-$2"

sbatch <<EOT
#!/bin/bash
#SBATCH -Jshb-$job_slug # Job name
#SBATCH -JMFC-$job_slug # Job name
#SBATCH --account=gts-sbryngelson3 # charge account
$sbatch_device_opts
#SBATCH -t 04:00:00 # Duration of the job (Ex: 15 mins)
Expand Down

0 comments on commit cbad0c7

Please sign in to comment.