Hi ydaniel,
thank you for reaching out to us via the official VASP forum.
Okay it seems that there is a problem with finding the compiled libmbd module files, or better the includes:
Code: Select all
libmbd.F(57): error #7002: Error in opening the compiled module file. Check INCLUDE paths.
You did set: LIBMBD_ROOT ?= /home/vasp/src/libmbd
However you did set for libmbd
Code: Select all
cmake .. -DCMAKE_INSTALL_PREFIX=/home/vasp/libmbd
or does this give the the same error if you set
?
Then I would encourage you to first try to build VASP without all the extras, i.e. without libmbd, elpa, dftd4, libbeef, libxc, wannier90, and without HDF5. If that works turn them on again one after each other. Then we can find out which one could be a problem and if the base setup works. Also note that you should check if all the manually compiled packages were build using the intel oneapi compilers to ensure compatibility.
Best,
Alex