diff --git a/README.md b/README.md index e920096..0e9f323 100644 --- a/README.md +++ b/README.md @@ -105,7 +105,7 @@ export JUHPC_HDF5_HOME=$HDF5_DIR # Call JUHPC JUHPC_SETUP_INSTALLDIR=$SCRATCH/../julia/${HOSTNAME%%-*}/juhpc_setup JULIAUP_INSTALLDIR="\$SCRATCH/../julia/\$USER/\${HOSTNAME%%-*}/juliaup" -VERSION="v0.1.1" +VERSION="v0.2.0" wget https://raw.githubusercontent.com/JuliaParallel/JUHPC/$VERSION/juhpc -O /tmp/juhpc bash -l /tmp/juhpc $JUHPC_SETUP_INSTALLDIR $JULIAUP_INSTALLDIR ``` @@ -135,7 +135,7 @@ export JUHPC_ADIOS2_HOME=$(spack -C $ENV_MOUNT/config location -i adios2) JUHPC_SETUP_INSTALLDIR=$ENV_MOUNT/juhpc_setup JULIAUP_INSTALLDIR="\$SCRATCH/../julia/\$USER/\${HOSTNAME%%-*}/juliaup" JUHPC_POST_INSTALL_JL=$ENV_EXTRA/uenv_view.jl -VERSION="v0.1.1" +VERSION="v0.2.0" wget https://raw.githubusercontent.com/JuliaParallel/JUHPC/$VERSION/juhpc -O /tmp/juhpc bash -l /tmp/juhpc $JUHPC_SETUP_INSTALLDIR $JULIAUP_INSTALLDIR $JUHPC_POST_INSTALL_JL ``` @@ -194,7 +194,7 @@ MPICH_GPU_SUPPORT_ENABLED=1 srun -Acsstaff -C'gpu' -N2 -n2 julia cudaaware.jl uenv start --view=julia julia # Call Juliaup to install Juliaup and latest Julia on scratch -Juliaup +juliaup # Call Juliaup to see its options juliaup diff --git a/examples/cscs/alps/gh200/craype_config b/examples/cscs/alps/gh200/craype_config index 4626d40..ace9b48 100644 --- a/examples/cscs/alps/gh200/craype_config +++ b/examples/cscs/alps/gh200/craype_config @@ -26,6 +26,6 @@ export JUHPC_HDF5_HOME=$HDF5_DIR # Call JUHPC JUHPC_SETUP_INSTALLDIR=$SCRATCH/${HOSTNAME%%-*}/juhpc_setup JULIAUP_INSTALLDIR="\$SCRATCH/\${HOSTNAME%%-*}/juliaup" -VERSION="v0.1.1" +VERSION="v0.2.0" wget https://raw.githubusercontent.com/JuliaParallel/JUHPC/$VERSION/juhpc -O /tmp/juhpc bash -l /tmp/juhpc $JUHPC_SETUP_INSTALLDIR $JULIAUP_INSTALLDIR diff --git a/examples/cscs/alps/mc/craype_config b/examples/cscs/alps/mc/craype_config index 7158f43..b3f7bb3 100644 --- a/examples/cscs/alps/mc/craype_config +++ b/examples/cscs/alps/mc/craype_config @@ -23,6 +23,6 @@ export JUHPC_HDF5_HOME=$HDF5_DIR # Call JUHPC JUHPC_SETUP_INSTALLDIR=$SCRATCH/${HOSTNAME%%-*}/juhpc_setup JULIAUP_INSTALLDIR="\$SCRATCH/\${HOSTNAME%%-*}/juliaup" -VERSION="v0.1.1" +VERSION="v0.2.0" wget https://raw.githubusercontent.com/JuliaParallel/JUHPC/$VERSION/juhpc -O /tmp/juhpc bash -l /tmp/juhpc $JUHPC_SETUP_INSTALLDIR $JULIAUP_INSTALLDIR diff --git a/examples/cscs/daint/gpu/craype_config b/examples/cscs/daint/gpu/craype_config index da219f8..dbf36a0 100644 --- a/examples/cscs/daint/gpu/craype_config +++ b/examples/cscs/daint/gpu/craype_config @@ -36,6 +36,6 @@ echo 'using Preferences # Call JUHPC JUHPC_SETUP_INSTALLDIR=$SCRATCH/../julia/${HOSTNAME%%[0-9]*}-gpu/juhpc_setup JULIAUP_INSTALLDIR="\$SCRATCH/../julia/\$USER/\${HOSTNAME%%[0-9]*}-gpu/juliaup" -VERSION="v0.1.1" +VERSION="v0.2.0" wget https://raw.githubusercontent.com/JuliaParallel/JUHPC/$VERSION/juhpc -O /tmp/juhpc bash -l /tmp/juhpc $JUHPC_SETUP_INSTALLDIR $JULIAUP_INSTALLDIR $JUHPC_POST_INSTALL_JL diff --git a/examples/cscs/daint/mc/craype_config b/examples/cscs/daint/mc/craype_config index 5e1de42..6546e7b 100644 --- a/examples/cscs/daint/mc/craype_config +++ b/examples/cscs/daint/mc/craype_config @@ -23,6 +23,6 @@ export JUHPC_HDF5_HOME=$HDF5_DIR # Call JUHPC JUHPC_SETUP_INSTALLDIR=$SCRATCH/../julia/${HOSTNAME%%[0-9]*}-mc/juhpc_setup JULIAUP_INSTALLDIR="\$SCRATCH/../julia/\$USER/\${HOSTNAME%%[0-9]*}-mc/juliaup" -VERSION="v0.1.1" +VERSION="v0.2.0" wget https://raw.githubusercontent.com/JuliaParallel/JUHPC/$VERSION/juhpc -O /tmp/juhpc bash -l /tmp/juhpc $JUHPC_SETUP_INSTALLDIR $JULIAUP_INSTALLDIR diff --git a/examples/eurohpc/lumi/mi250x/craype_config b/examples/eurohpc/lumi/mi250x/craype_config index e9d9da3..60bbd27 100644 --- a/examples/eurohpc/lumi/mi250x/craype_config +++ b/examples/eurohpc/lumi/mi250x/craype_config @@ -24,6 +24,6 @@ export JUHPC_HDF5_HOME=$HDF5_DIR # Call JUHPC JUHPC_SETUP_INSTALLDIR=$SCRATCH/${HOSTNAME%%[0-9]*}/juhpc_setup #SCRATCH is assumed to be defined in ~/.bashrc, e.g., SCRATCH=/scratch/project_465000105/$USER JULIAUP_INSTALLDIR="\$SCRATCH/\${HOSTNAME%%[0-9]*}/juliaup" -VERSION="v0.1.1" +VERSION="v0.2.0" wget https://raw.githubusercontent.com/JuliaParallel/JUHPC/$VERSION/juhpc -O /tmp/juhpc bash -l /tmp/juhpc $JUHPC_SETUP_INSTALLDIR $JULIAUP_INSTALLDIR