Skip to content

Commit 3ae2eee

Browse files
authored
Update submit-bench.sh
1 parent 00efa90 commit 3ae2eee

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

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

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,11 @@ JOBID=$(sbatch <<-EOT | awk '{print $4}'
5050
${sbatch_common_opts}
5151
${sbatch_device_opts}
5252
53-
export job_slug="${job_slug}"
54-
echo "My job slug is:" $job_slug
53+
export job_slug="${job_slug}"
54+
export job_device="${device}"
55+
56+
echo "Job slug is:" $job_slug
57+
echo "Device is:" $job_device
5558
5659
set -e -x
5760

0 commit comments

Comments
 (0)