Skip to content

Commit 39d817a

Browse files
committed
fix again
1 parent c8f1780 commit 39d817a

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.github/workflows/phoenix/submit-bench.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ sbatch_body=$(<"$sbatch_script")
1616

1717
# common SBATCH directives
1818
sbatch_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

.github/workflows/phoenix/submit.sh

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,9 @@ usage() {
1111
device="$1"
1212
job_slug="test-$1"
1313

14-
# read the body of the user script
15-
sbatch_body=$(<"$sbatch_script")
16-
1714
# common SBATCH directives
1815
sbatch_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

0 commit comments

Comments
 (0)