cc_staff
1,863
edits
mNo edit summary |
mNo edit summary |
||
Line 416: | Line 416: | ||
<!--T:3405--> | <!--T:3405--> | ||
#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:3406--> | <!--T:3406--> | ||
module load StdEnv/ | module load StdEnv/2023 | ||
module load ansys/ | module load ansys/2023R2 # or newer module versions (applies to all clusters) | ||
<!--T:4745--> | <!--T:4745--> | ||
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 491: | Line 498: | ||
<!--T:3905--> | <!--T:3905--> | ||
#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:3906--> | <!--T:3906--> | ||
module load StdEnv/ | module load StdEnv/2023 | ||
module load ansys/ | module load ansys/2023R2 # or newer module versions (applies to all clusters) | ||
<!--T:4748--> | <!--T:4748--> | ||
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 |