We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ae2eee commit f615904Copy full SHA for f615904
.github/workflows/phoenix/submit-bench.sh
@@ -9,8 +9,8 @@ usage() {
9
[[ $# -eq 2 ]] || usage
10
11
sbatch_script="$1"
12
-device="$2"
13
+device="$2"
14
job_slug="`basename "$1" | sed 's/\.sh$//' | sed 's/[^a-zA-Z0-9]/-/g'`-$2"
15
16
# read the body of the user script
@@ -51,10 +51,10 @@ JOBID=$(sbatch <<-EOT | awk '{print $4}'
51
${sbatch_device_opts}
52
53
export job_slug="${job_slug}"
54
- export job_device="${device}"
+ export device="${device}"
55
56
echo "Job slug is:" $job_slug
57
- echo "Device is:" $job_device
+ echo "Device is:" $device
58
59
set -e -x
60
0 commit comments