Skip to content

Commit 23584bc

Browse files
committed
update gh200 configuration
1 parent 33cf578 commit 23584bc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

configs/cscs/alps/gh200/craype_config

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

2525

2626
# Call JUHPC
27-
git clone https://github.com/omlins/JUHPC
28-
JUHPC=./JUHPC/src/juhpc
2927
JUHPC_SETUP_INSTALLDIR=$SCRATCH/${HOSTNAME%%-*}/juhpc_setup
3028
JULIAUP_INSTALLDIR="\$SCRATCH/\${HOSTNAME%%-*}/juliaup"
31-
bash -l $JUHPC $JUHPC_SETUP_INSTALLDIR $JULIAUP_INSTALLDIR
29+
VERSION="v0.1.0"
30+
wget https://raw.githubusercontent.com/JuliaParallel/JUHPC/$VERSION/juhpc -O /tmp/juhpc
31+
bash -l /tmp/juhpc $JUHPC_SETUP_INSTALLDIR $JULIAUP_INSTALLDIR

0 commit comments

Comments
 (0)