Skip to content

Commit 5d19b1b

Browse files
committed
update configurations to use 0.1.1
1 parent 2dba083 commit 5d19b1b

File tree

6 files changed

+9
-22
lines changed

6 files changed

+9
-22
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ export JUHPC_HDF5_HOME=$HDF5_DIR
9797
# Call JUHPC
9898
JUHPC_SETUP_INSTALLDIR=$SCRATCH/../julia/${HOSTNAME%%-*}/juhpc_setup
9999
JULIAUP_INSTALLDIR="\$SCRATCH/../julia/\$USER/\${HOSTNAME%%-*}/juliaup"
100-
VERSION="v0.1.0"
100+
VERSION="v0.1.1"
101101
wget https://raw.githubusercontent.com/JuliaParallel/JUHPC/$VERSION/juhpc -O /tmp/juhpc
102102
bash -l /tmp/juhpc $JUHPC_SETUP_INSTALLDIR $JULIAUP_INSTALLDIR
103103
```
@@ -124,7 +124,7 @@ export JUHPC_ADIOS2_HOME=$(spack -C $ENV_MOUNT/config location -i adios2)
124124
JUHPC_SETUP_INSTALLDIR=$ENV_MOUNT/juhpc_setup
125125
JULIAUP_INSTALLDIR="\$SCRATCH/../julia/\$USER/\${HOSTNAME%%-*}/juliaup"
126126
JUHPC_POST_INSTALL_JL=$ENV_EXTRA/uenv_view.jl
127-
VERSION="v0.1.0"
127+
VERSION="v0.1.1"
128128
wget https://raw.githubusercontent.com/JuliaParallel/JUHPC/$VERSION/juhpc -O /tmp/juhpc
129129
bash -l /tmp/juhpc $JUHPC_SETUP_INSTALLDIR $JULIAUP_INSTALLDIR $JUHPC_POST_INSTALL_JL
130130
```

configs/cscs/alps/gh200/craype_config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ export JUHPC_HDF5_HOME=$HDF5_DIR
2626
# Call JUHPC
2727
JUHPC_SETUP_INSTALLDIR=$SCRATCH/${HOSTNAME%%-*}/juhpc_setup
2828
JULIAUP_INSTALLDIR="\$SCRATCH/\${HOSTNAME%%-*}/juliaup"
29-
VERSION="v0.1.0"
29+
VERSION="v0.1.1"
3030
wget https://raw.githubusercontent.com/JuliaParallel/JUHPC/$VERSION/juhpc -O /tmp/juhpc
3131
bash -l /tmp/juhpc $JUHPC_SETUP_INSTALLDIR $JULIAUP_INSTALLDIR

configs/cscs/alps/mc/craype_config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ export JUHPC_HDF5_HOME=$HDF5_DIR
2323
# Call JUHPC
2424
JUHPC_SETUP_INSTALLDIR=$SCRATCH/${HOSTNAME%%-*}/juhpc_setup
2525
JULIAUP_INSTALLDIR="\$SCRATCH/\${HOSTNAME%%-*}/juliaup"
26-
VERSION="v0.1.0"
26+
VERSION="v0.1.1"
2727
wget https://raw.githubusercontent.com/JuliaParallel/JUHPC/$VERSION/juhpc -O /tmp/juhpc
2828
bash -l /tmp/juhpc $JUHPC_SETUP_INSTALLDIR $JULIAUP_INSTALLDIR

configs/cscs/daint/gpu/craype_config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@ echo 'using Preferences
3636
# Call JUHPC
3737
JUHPC_SETUP_INSTALLDIR=$SCRATCH/../julia/${HOSTNAME%%[0-9]*}-gpu/juhpc_setup
3838
JULIAUP_INSTALLDIR="\$SCRATCH/../julia/\$USER/\${HOSTNAME%%[0-9]*}-gpu/juliaup"
39-
VERSION="v0.1.0"
39+
VERSION="v0.1.1"
4040
wget https://raw.githubusercontent.com/JuliaParallel/JUHPC/$VERSION/juhpc -O /tmp/juhpc
4141
bash -l /tmp/juhpc $JUHPC_SETUP_INSTALLDIR $JULIAUP_INSTALLDIR $JUHPC_POST_INSTALL_JL

configs/cscs/daint/mc/craype_config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ export JUHPC_HDF5_HOME=$HDF5_DIR
2323
# Call JUHPC
2424
JUHPC_SETUP_INSTALLDIR=$SCRATCH/../julia/${HOSTNAME%%[0-9]*}-mc/juhpc_setup
2525
JULIAUP_INSTALLDIR="\$SCRATCH/../julia/\$USER/\${HOSTNAME%%[0-9]*}-mc/juliaup"
26-
VERSION="v0.1.0"
26+
VERSION="v0.1.1"
2727
wget https://raw.githubusercontent.com/JuliaParallel/JUHPC/$VERSION/juhpc -O /tmp/juhpc
2828
bash -l /tmp/juhpc $JUHPC_SETUP_INSTALLDIR $JULIAUP_INSTALLDIR

configs/eurohpc/lumi/mi250x/craype_config

Lines changed: 3 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,7 @@
44
#
55
# Description: Definition of site specific variables and call of JUHPC.
66
# Site: LUMI, EuroHPC JU
7-
# Base: craype
8-
9-
10-
# module load LUMI/22.08
11-
# module load partition/G
12-
# module load rocm/5.3.3
13-
# module load cray-hdf5-parallel
14-
15-
# module load CrayEnv
16-
# module switch PrgEnv-cray PrgEnv-gnu #PrgEnv-amd
17-
# module load rocm craype-accel-nvidia90
18-
# module load cray-hdf5-parallel
19-
# module list
7+
# Base: craype (LUMI-flavored)
208

219
# Load required modules (including correct CPU and GPU target modules)
2210
module load LUMI
@@ -36,7 +24,6 @@ export JUHPC_HDF5_HOME=$HDF5_DIR
3624
# Call JUHPC
3725
JUHPC_SETUP_INSTALLDIR=$SCRATCH/${HOSTNAME%%[0-9]*}/juhpc_setup #SCRATCH is assumed to be defined in ~/.bashrc, e.g., SCRATCH=/scratch/project_465000105/$USER
3826
JULIAUP_INSTALLDIR="\$SCRATCH/\${HOSTNAME%%[0-9]*}/juliaup"
39-
VERSION="v0.1.0"
40-
#wget https://raw.githubusercontent.com/JuliaParallel/JUHPC/$VERSION/juhpc -O /tmp/juhpc
41-
wget https://raw.githubusercontent.com/JuliaParallel/JUHPC/main/juhpc -O /tmp/juhpc
27+
VERSION="v0.1.1"
28+
wget https://raw.githubusercontent.com/JuliaParallel/JUHPC/$VERSION/juhpc -O /tmp/juhpc
4229
bash -l /tmp/juhpc $JUHPC_SETUP_INSTALLDIR $JULIAUP_INSTALLDIR

0 commit comments

Comments
 (0)