Skip to content

Commit 8f5adb6

Browse files
committed
replace /tmp/juhpc with ./juhpc
1 parent 241c290 commit 8f5adb6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/eurohpc/lumi/mi250x/craype_config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ export JUHPC_HDF5_HOME=$HDF5_DIR
2525
JUHPC_SETUP_INSTALLDIR=$SCRATCH/${HOSTNAME%%[0-9]*}/juhpc_setup #SCRATCH is assumed to be defined in ~/.bashrc, e.g., SCRATCH=/scratch/project_465000105/$USER
2626
JULIAUP_INSTALLDIR="\$SCRATCH/\${HOSTNAME%%[0-9]*}/juliaup"
2727
VERSION="v0.2.0"
28-
wget https://raw.githubusercontent.com/JuliaParallel/JUHPC/$VERSION/juhpc -O /tmp/juhpc
29-
bash -l /tmp/juhpc $JUHPC_SETUP_INSTALLDIR $JULIAUP_INSTALLDIR
28+
wget https://raw.githubusercontent.com/JuliaParallel/JUHPC/$VERSION/juhpc -O ./juhpc
29+
bash -l ./juhpc $JUHPC_SETUP_INSTALLDIR $JULIAUP_INSTALLDIR

0 commit comments

Comments
 (0)