# bash source script
# usage: source CI_setup/mpcdf_setup_ifort-impi
#
# LAST MODIFIED: 2025-10-28
# ===========================================

module purge
module load git
module load cmake/3.26
module load intel/21.7.1
module load impi/2021.7
module load mkl/2021.4
module load hdf5-serial/1.14.1
module load netcdf-serial/4.9.2
module load ftimings
module load python-waterboa/2025.06  #for pytest
#module load ftimings
#module load numdiff
module list
export FC=`which mpiifort`
export CC=`which mpiicc`
export CXX=`which mpiicc`

#uncomment to be able to use mpirun interactively (without submitting to the queue)
#unset I_MPI_HYDRA_BOOTSTRAP
#unset I_MPI_PMI_LIBRARY
