echo"Using special config for IFF-cluster"echo"Wannier is switched off-manually"#Set the compilers to mpiifort, mpiicc, mpiicpcexport FC=mpiifortexport CC=mpiiccexport CXX=mpiicpcFLEUR_LIBRARIES="-lxml2;-lscalapack_lp64;-lmkl_blacs_intelmpi_lp64;-mt_mpi"CLI_USE_WANNIER=FALSECLI_USE_CHASE=FALSE#Set environment variables usefull for external dependencies, e.g. ELPAexport CFLAGS=-mklexport CMAKE_Fortran_FLAGS="$CMAKE_Fortran_FLAGS -mkl"export FCFLAGS=-mklexport LIBS="-mkl -lmkl_scalapack_lp64 -lmkl_blacs_intelmpi_lp64"export SCALAPACK_LDFLAGS="-lmkl_scalapack_lp64 -lmkl_blacs_intelmpi_lp64"