# bash source script
# usage: source CI_setup/viper_setup_ifx-2024
#
# LAST MODIFIED: 2025-10-28
# ===========================================

module purge
module load git
module load cmake/3.30
module load intel/2024.0
module load mkl/2024.0
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 list
export FC=`which ifx`
export CC=`which icx`
export CXX=`which icx`
export CMAKE_EXECUTABLE=`which cmake`
