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 eff3d6b commit 3c3a100Copy full SHA for 3c3a100
examples/cscs/alps/gh200/craype_config
@@ -26,8 +26,6 @@ export JUHPC_HDF5_HOME=$HDF5_DIR
26
# Call JUHPC
27
JUHPC_SETUP_INSTALLDIR=$SCRATCH/${HOSTNAME%%-*}/juhpc_setup
28
JULIAUP_INSTALLDIR="\$SCRATCH/\${HOSTNAME%%-*}/juliaup"
29
-# VERSION="v0.2.0"
30
-# VERSION="main"
31
-VERSION="refs/heads/initial"
+VERSION="v0.2.0"
32
wget https://raw.githubusercontent.com/JuliaParallel/JUHPC/$VERSION/juhpc -O /tmp/juhpc
33
bash -l /tmp/juhpc $JUHPC_SETUP_INSTALLDIR $JULIAUP_INSTALLDIR
0 commit comments