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 33cf578 commit 23584bcCopy full SHA for 23584bc
configs/cscs/alps/gh200/craype_config
@@ -24,8 +24,8 @@ export JUHPC_HDF5_HOME=$HDF5_DIR
24
25
26
# Call JUHPC
27
-git clone https://github.com/omlins/JUHPC
28
-JUHPC=./JUHPC/src/juhpc
29
JUHPC_SETUP_INSTALLDIR=$SCRATCH/${HOSTNAME%%-*}/juhpc_setup
30
JULIAUP_INSTALLDIR="\$SCRATCH/\${HOSTNAME%%-*}/juliaup"
31
-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