diff --git a/src/configure b/src/configure
index aa722fcc04a47ca19ba127167b431072c0a6773a..a09a94c9e7ce0318079f6ce455cf2456b8247838 100755
--- a/src/configure
+++ b/src/configure
@@ -44,7 +44,7 @@ cd ${LOCAL}/conf
 TARG=$(uname -s -n)
 #
 case "$TARG" in
-'Linux jean-zay'*)
+'Linux jean-zay'*|'Linux idrsrv'*)
                 export ARCH=${ARCH:-LXifort}
                 export VER_MPI=${VER_MPI:-MPIINTEL}
                 export OPTLEVEL=${OPTLEVEL:-O2}
@@ -52,11 +52,15 @@ case "$TARG" in
                 export VER_CDF=${VER_CDF:-CDFAUTO}
                 export MNHENV=${MNHENV:-"
 module purge
-module load intel-compilers/19.0.5
-module load intel-mpi/19.0.5
+module load intel-compilers/19.1.3
+module load intel-mpi/2019.9
 ulimit -s unlimited
 export SLURM_CPU_BIND=none
 export I_MPI_PIN_PROCESSOR_LIST=all:map=spread
+module load imagemagick/7.0.8-7
+module load anaconda-py3/2020.11
+conda activate climate_science
+
 "}
               ;;
 'Linux'*'occigen'*)