cc_staff
1,863
edits
mNo edit summary |
mNo edit summary |
||
Line 273: | Line 273: | ||
<!--T:2405--> | <!--T:2405--> | ||
#module load StdEnv/2020 | #module load StdEnv/2020 | ||
#module load ansys/ | #module load ansys/2019R3 # or newer module versions (applies to narval only) | ||
#module load ansys/2021R2 # or newer module versions (applies to cedar, beluga, graham) | |||
<!--T:2406--> | <!--T:2406--> | ||
module load StdEnv/ | module load StdEnv/2023 | ||
module load ansys/ | module load ansys/2023R2 # or newer module versions (applies to all clusters) | ||
<!--T:4740--> | <!--T:4740--> | ||
if [[ "${CC_CLUSTER}" == narval ]]; then | if [[ "${CC_CLUSTER}" == narval ]]; then | ||
module load intel/2021 intelmpi | if [ "$EBVERSIONGENTOO" == 2020 ]; then | ||
module load intel/2021 intelmpi | |||
export INTELMPI_ROOT=$I_MPI_ROOT/mpi/latest | |||
export HCOLL_RCACHE=^ucs | |||
elif [ "$EBVERSIONGENTOO" == 2023 ]; then | |||
module load intel/2023 intelmpi | |||
export INTELMPI_ROOT=$I_MPI_ROOT | |||
fi | |||
unset I_MPI_HYDRA_BOOTSTRAP_EXEC_EXTRA_ARGS | unset I_MPI_HYDRA_BOOTSTRAP_EXEC_EXTRA_ARGS | ||
unset I_MPI_ROOT | unset I_MPI_ROOT | ||
Line 334: | Line 341: | ||
<!--T:2905--> | <!--T:2905--> | ||
#module load StdEnv/2020 | #module load StdEnv/2020 | ||
#module load ansys/ | #module load ansys/2019R3 # or newer module versions (applies to narval only) | ||
#module load ansys/2021R2 # or newer module versions (applies to cedar, beluga, graham) | |||
<!--T:2906--> | <!--T:2906--> | ||
module load StdEnv/ | module load StdEnv/2023 | ||
module load ansys/ | module load ansys/2023R2 # or newer module versions (applies to all clusters) | ||
<!--T:4743--> | <!--T:4743--> | ||
if [[ "${CC_CLUSTER}" == narval ]]; then | if [[ "${CC_CLUSTER}" == narval ]]; then | ||
module load intel/2021 intelmpi | if [ "$EBVERSIONGENTOO" == 2020 ]; then | ||
module load intel/2021 intelmpi | |||
export INTELMPI_ROOT=$I_MPI_ROOT/mpi/latest | |||
export HCOLL_RCACHE=^ucs | |||
elif [ "$EBVERSIONGENTOO" == 2023 ]; then | |||
module load intel/2023 intelmpi | |||
export INTELMPI_ROOT=$I_MPI_ROOT | |||
fi | |||
unset I_MPI_HYDRA_BOOTSTRAP_EXEC_EXTRA_ARGS | unset I_MPI_HYDRA_BOOTSTRAP_EXEC_EXTRA_ARGS | ||
unset I_MPI_ROOT | unset I_MPI_ROOT |