Skip to content

Commit ccd2e63

Browse files
sbryngelsonprathi-wind
authored andcommitted
Benchmarking news a new temp directory and there ya go
1 parent 59b8fa4 commit ccd2e63

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/phoenix/bench.sh

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

11+
mkdir -p /storage/scratch1/6/sbryngelson3/mytmp_build
12+
export TMPDIR=/storage/scratch1/6/sbryngelson3/mytmp_build
13+
1114
if ["$job_device" == "gpu"]; then
1215
./mfc.sh bench --mem 12 -j $(nproc) -o "$job_slug.yaml" -- -c phoenix-bench $device_opts -n $n_ranks
1316
else
1417
./mfc.sh bench --mem 1 -j $(nproc) -o "$job_slug.yaml" -- -c phoenix-bench $device_opts -n $n_ranks
1518
fi
19+
20+
unset TMPDIR

0 commit comments

Comments
 (0)