cc_staff
1,863
edits
mNo edit summary |
mNo edit summary |
||
Line 153: | Line 153: | ||
<!--T:2305--> | <!--T:2305--> | ||
#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:2306--> | <!--T:2306--> | ||
module load StdEnv/ | module load StdEnv/2023 | ||
module load ansys/ | module load ansys/2023R2 # or newer module versions (applies to all clusters) | ||
<!--T:4734--> | <!--T:4734--> | ||
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 202: | Line 209: | ||
<!--T:2205--> | <!--T:2205--> | ||
#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:2206--> | <!--T:2206--> | ||
module load StdEnv/ | module load StdEnv/2023 | ||
module load ansys/ | module load ansys/2023R2 # or newer module versions (applies to all clusters) | ||
<!--T:4737--> | <!--T:4737--> | ||
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 |