Skip to content

Commit e1f65e4

Browse files
committed
update daint-gpu configuration
1 parent 80d6524 commit e1f65e4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

configs/cscs/daint/gpu/craype_config

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ echo 'using Preferences
3434

3535

3636
# Call JUHPC
37-
git clone https://github.com/omlins/JUHPC
38-
JUHPC=./JUHPC/src/juhpc
3937
JUHPC_SETUP_INSTALLDIR=$SCRATCH/../julia/${HOSTNAME%%[0-9]*}-gpu/juhpc_setup
4038
JULIAUP_INSTALLDIR="\$SCRATCH/../julia/\$USER/\${HOSTNAME%%[0-9]*}-gpu/juliaup"
41-
bash -l $JUHPC $JUHPC_SETUP_INSTALLDIR $JULIAUP_INSTALLDIR $JUHPC_POST_INSTALL_JL
39+
VERSION="v0.1.0"
40+
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

0 commit comments

Comments
 (0)