File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed
.github/workflows/phoenix Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ sbatch_body=$(<"$sbatch_script")
1616
1717# common SBATCH directives
1818sbatch_common_opts=" \
19- #SBATCH -J shb- ${sbatch_script %% .sh} -$device # job name
19+ #SBATCH -J MFC-benchmark -$device # job name
2020#SBATCH --account=gts-sbryngelson3 # account
2121#SBATCH -N1 # nodes
2222#SBATCH -t 02:00:00 # walltime
Original file line number Diff line number Diff line change @@ -11,12 +11,9 @@ usage() {
1111device=" $1 "
1212job_slug=" test-$1 "
1313
14- # read the body of the user script
15- sbatch_body=$( < " $sbatch_script " )
16-
1714# common SBATCH directives
1815sbatch_common_opts=" \
19- #SBATCH -J shb- ${sbatch_script %% .sh} -$device # job name
16+ #SBATCH -J MFC-test -$device # job name
2017#SBATCH --account=gts-sbryngelson3 # account
2118#SBATCH -N1 # nodes
2219#SBATCH -t 03:00:00 # walltime
You can’t perform that action at this time.
0 commit comments