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

module purge
module load git
module load cmake
module load gcc
module load mkl
module load hdf5-serial
module load netcdf-serial
module load ftimings
module load python-waterboa/2025.06  #for pytest

module list
export FC=`which gfortran`
export CC=`which gcc`
export CXX=`which g++`
