Skip to content

Commit a7cfc5c

Browse files
committed
bench: update Phoenix tmpbuild path to project storage
1 parent a84cabc commit a7cfc5c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/phoenix/bench.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ source .github/scripts/bench-preamble.sh
66
# (GNR nodes have 192 cores but nproc is too aggressive for build/bench).
77
n_jobs=$(( $(nproc) > 64 ? 64 : $(nproc) ))
88

9-
tmpbuild=/storage/scratch1/6/sbryngelson3/mytmp_build
9+
tmpbuild=/storage/project/r-sbryngelson3-0/sbryngelson3/mytmp_build
1010
currentdir=$tmpbuild/run-$(( RANDOM % 900 ))
1111
mkdir -p $tmpbuild
1212
mkdir -p $currentdir

0 commit comments

Comments
 (0)