File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed
.github/workflows/frontier Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -9,13 +9,8 @@ if [ "$job_device" == "gpu" ]; then
99 device_opts=" --gpu -g $gpu_ids "
1010fi
1111
12- mkdir -p /storage/scratch1/6/sbryngelson3/mytmp_build
13- export TMPDIR=/storage/scratch1/6/sbryngelson3/mytmp_build
14-
1512if [ " $job_device " == " gpu" ]; then
16- ./mfc.sh bench --mem 12 -j $n_ranks -o " $job_slug .yaml" -- -c frontier-bench $device_opts -n $n_ranks
13+ ./mfc.sh bench --mem 12 -j $n_ranks -o " $job_slug .yaml" -- -c frontier $device_opts -n $n_ranks
1714else
18- ./mfc.sh bench --mem 1 -j $( nproc) -o " $job_slug .yaml" -- -c frontier-bench $device_opts -n $n_ranks
15+ ./mfc.sh bench --mem 1 -j $( nproc) -o " $job_slug .yaml" -- -c frontier $device_opts -n $n_ranks
1916fi
20-
21- unset TMPDIR
You can’t perform that action at this time.
0 commit comments