mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-04 06:11:36 +01:00

modified: v/VASP/VASP-6.4.2-intel-2022b-DFT-D4.eb modified: v/VASP/VASP-6.4.2-intel-2022b-libxc-6.1.0.eb modified: v/VASP/VASP-6.4.2-intel-2022b-libxc-7.0.0.eb new file: v/VASP/VASP-6.4.2-intel-hdf5.patch modified: v/VASP/VASP-6.4.3-intel-2022b-libxc-6.1.0.eb new file: v/VASP/VASP-6.4.3-intel-2022b-libxc-7.0.0-test.eb modified: v/VASP/VASP-6.4.3-intel-2022b-libxc-7.0.0.eb modified: v/VASP/VASP-6.4.3-intel-2022b.eb modified: v/VASP/VASP-6.4.3-intel-2023b.eb new file: v/VASP/VASP-6.4.3-intel-hdf5.patch deleted: z/zlib/zlib-1.2.12.eb
24 lines
960 B
Diff
24 lines
960 B
Diff
--- 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
|