Skip to content

Commit 78157c4

Browse files
committed
update daint-mc configuration
1 parent e1f65e4 commit 78157c4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

configs/cscs/daint/mc/craype_config

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ export JUHPC_HDF5_HOME=$HDF5_DIR
2121

2222

2323
# Call JUHPC
24-
git clone https://github.com/omlins/JUHPC
25-
JUHPC=./JUHPC/src/juhpc
2624
JUHPC_SETUP_INSTALLDIR=$SCRATCH/../julia/${HOSTNAME%%[0-9]*}-mc/juhpc_setup
2725
JULIAUP_INSTALLDIR="\$SCRATCH/../julia/\$USER/\${HOSTNAME%%[0-9]*}-mc/juliaup"
28-
bash -l $JUHPC $JUHPC_SETUP_INSTALLDIR $JULIAUP_INSTALLDIR
26+
VERSION="v0.1.0"
27+
wget https://raw.githubusercontent.com/JuliaParallel/JUHPC/$VERSION/juhpc -O /tmp/juhpc
28+
bash -l /tmp/juhpc $JUHPC_SETUP_INSTALLDIR $JULIAUP_INSTALLDIR

0 commit comments

Comments
 (0)