Skip to content

Commit 80d6524

Browse files
committed
update mc configuration
1 parent 23584bc commit 80d6524

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

configs/cscs/alps/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/${HOSTNAME%%-*}/juhpc_setup
2725
JULIAUP_INSTALLDIR="\$SCRATCH/\${HOSTNAME%%-*}/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)