--- arch/makefile.include.intel.orig 2025-03-26 12:38:09.886265967 +0100 +++ arch/makefile.include.intel 2025-03-26 12:40:45.101454496 +0100 @@ -54,15 +54,15 @@ # Intel MKL (FFTW, BLAS, LAPACK, and scaLAPACK) # (Note: for Intel Parallel Studio's MKL use -mkl instead of -qmkl) FCL += -qmkl=sequential -MKLROOT ?= /path/to/your/mkl/installation +MKLROOT ?= ${MKLROOT} LLIBS += -L$(MKLROOT)/lib/intel64 -lmkl_scalapack_lp64 -lmkl_blacs_intelmpi_lp64 INCS =-I$(MKLROOT)/include/fftw # HDF5-support (optional but strongly recommended) -#CPP_OPTIONS+= -DVASP_HDF5 -#HDF5_ROOT ?= /path/to/your/hdf5/installation -#LLIBS += -L$(HDF5_ROOT)/lib -lhdf5_fortran -#INCS += -I$(HDF5_ROOT)/include +CPP_OPTIONS+= -DVASP_HDF5 +HDF5_ROOT ?= ${EBROOTHDF5} +LLIBS += -L$(HDF5_ROOT)/lib -lhdf5_fortran +INCS += -I$(HDF5_ROOT)/include # For the VASP-2-Wannier90 interface (optional) #CPP_OPTIONS += -DVASP2WANNIER90