We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a84cabc commit a7cfc5cCopy full SHA for a7cfc5c
1 file changed
.github/workflows/phoenix/bench.sh
@@ -6,7 +6,7 @@ source .github/scripts/bench-preamble.sh
6
# (GNR nodes have 192 cores but nproc is too aggressive for build/bench).
7
n_jobs=$(( $(nproc) > 64 ? 64 : $(nproc) ))
8
9
-tmpbuild=/storage/scratch1/6/sbryngelson3/mytmp_build
+tmpbuild=/storage/project/r-sbryngelson3-0/sbryngelson3/mytmp_build
10
currentdir=$tmpbuild/run-$(( RANDOM % 900 ))
11
mkdir -p $tmpbuild
12
mkdir -p $currentdir
0 commit comments