Skip to content

Commit 63772f1

Browse files
committed
document keyword arguments
1 parent 40802af commit 63772f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/cscs/daint/gpu/craype_config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@ echo 'using Preferences
3636
# Call JUHPC
3737
JUHPC_SETUP_INSTALLDIR=$SCRATCH/../julia/${HOSTNAME%%[0-9]*}-gpu/juhpc_setup
3838
JULIAUP_INSTALLDIR="\$SCRATCH/../julia/\$USER/\${HOSTNAME%%[0-9]*}-gpu/juliaup"
39-
VERSION="v0.2.0"
39+
VERSION="v0.3.0"
4040
wget https://raw.githubusercontent.com/JuliaParallel/JUHPC/$VERSION/juhpc -O /tmp/juhpc
41-
bash -l /tmp/juhpc $JUHPC_SETUP_INSTALLDIR $JULIAUP_INSTALLDIR $JUHPC_POST_INSTALL_JL
41+
bash -l /tmp/juhpc $JUHPC_SETUP_INSTALLDIR $JULIAUP_INSTALLDIR --postinstall=$JUHPC_POST_INSTALL_JL

0 commit comments

Comments
 (0)