We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23584bc commit 80d6524Copy full SHA for 80d6524
configs/cscs/alps/mc/craype_config
@@ -21,8 +21,8 @@ export JUHPC_HDF5_HOME=$HDF5_DIR
21
22
23
# Call JUHPC
24
-git clone https://github.com/omlins/JUHPC
25
-JUHPC=./JUHPC/src/juhpc
26
JUHPC_SETUP_INSTALLDIR=$SCRATCH/${HOSTNAME%%-*}/juhpc_setup
27
JULIAUP_INSTALLDIR="\$SCRATCH/\${HOSTNAME%%-*}/juliaup"
28
-bash -l $JUHPC $JUHPC_SETUP_INSTALLDIR $JULIAUP_INSTALLDIR
+VERSION="v0.1.0"
+wget https://raw.githubusercontent.com/JuliaParallel/JUHPC/$VERSION/juhpc -O /tmp/juhpc
+bash -l /tmp/juhpc $JUHPC_SETUP_INSTALLDIR $JULIAUP_INSTALLDIR
0 commit comments