Skip to content

Commit 00efa90

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

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,10 @@ JOBID=$(sbatch <<-EOT | awk '{print $4}'
4949
#!/usr/bin/env bash
5050
${sbatch_common_opts}
5151
${sbatch_device_opts}
52-
52+
53+
export job_slug="${job_slug}"
54+
echo "My job slug is:" $job_slug
55+
5356
set -e -x
5457
5558
cd "\$SLURM_SUBMIT_DIR"

0 commit comments

Comments
 (0)