Skip to content

Commit 792f381

Browse files
committed
replace /tmp/juhpc with ./juhpc
1 parent a552fb5 commit 792f381

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/cscs/alps/gh200/craype_config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ export JUHPC_HDF5_HOME=$HDF5_DIR
2727
JUHPC_SETUP_INSTALLDIR=$SCRATCH/${HOSTNAME%%-*}/juhpc_setup
2828
JULIAUP_INSTALLDIR="\$SCRATCH/\${HOSTNAME%%-*}/juliaup"
2929
VERSION="v0.2.0"
30-
wget https://raw.githubusercontent.com/JuliaParallel/JUHPC/$VERSION/juhpc -O /tmp/juhpc
31-
bash -l /tmp/juhpc $JUHPC_SETUP_INSTALLDIR $JULIAUP_INSTALLDIR
30+
wget https://raw.githubusercontent.com/JuliaParallel/JUHPC/$VERSION/juhpc -O ./juhpc
31+
bash -l ./juhpc $JUHPC_SETUP_INSTALLDIR $JULIAUP_INSTALLDIR --verbose=1

0 commit comments

Comments
 (0)