Skip to content

Commit b28167f

Browse files
committed
updated frontier job instructions
1 parent 17db70d commit b28167f

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/workflows/frontier/bench.sh

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,8 @@ if [ "$job_device" == "gpu" ]; then
99
device_opts="--gpu -g $gpu_ids"
1010
fi
1111

12-
mkdir -p /storage/scratch1/6/sbryngelson3/mytmp_build
13-
export TMPDIR=/storage/scratch1/6/sbryngelson3/mytmp_build
14-
1512
if [ "$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
1714
else
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
1916
fi
20-
21-
unset TMPDIR

0 commit comments

Comments
 (0)