Hi Everybody;
I am compiling VASP 6.4.3 with HDF5 (1.14.4-2) with oneapi. I am getting the following fatal errors:
mpiifort -fc=ifx -free -names lowercase -assume byterecl -w -xHOST -O2 -I/opt/intel/oneapi/mkl/2024.0/include/fftw -I/programs/lib/hdf5/include -c vhdf5_base.f90
vhdf5_base.F(7): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [HDF5]
use hdf5
------^
vhdf5_base.F(39): error #6683: A kind type parameter must be a compile-time constant. [HID_T]
integer(HID_T):: ih5intermediategroup_id
I suspect that the version of the HDF5 is not compatible with the VASP 6.4.3.
Is there an adequate version of the HDF5 to be used with the VASP 6.4.3?
Any help is welcome.
Cheers;
Fatal errors for compiling VASP/HDF5. Is it the version of HDF5?
Moderators: Global Moderator, Moderator
-
- Newbie
- Posts: 2
- Joined: Thu Jun 20, 2024 4:12 pm
-
- Global Moderator
- Posts: 314
- Joined: Mon Sep 13, 2021 12:45 pm
Re: Fatal errors for compiling VASP/HDF5. Is it the version of HDF5?
Hi,
We have a list of toolchains that we test ourselves.
The error is related to the hdf5 library and how it was built. Do you have some other version of hdf5 installed?
We have a list of toolchains that we test ourselves.
The error is related to the hdf5 library and how it was built. Do you have some other version of hdf5 installed?
-
- Newbie
- Posts: 2
- Joined: Thu Jun 20, 2024 4:12 pm
Re: Fatal errors for compiling VASP/HDF5. Is it the version of HDF5?
I do not have any other HDF5 installed.
I have just installed the hdf5 and changed the makefile.include to set the HDF5_root.
The hdf5 was compiled with oneapi, the same for the vasp.
It passed all the checks.
I have just installed the hdf5 and changed the makefile.include to set the HDF5_root.
The hdf5 was compiled with oneapi, the same for the vasp.
It passed all the checks.
-
- Global Moderator
- Posts: 314
- Joined: Mon Sep 13, 2021 12:45 pm
Re: Fatal errors for compiling VASP/HDF5. Is it the version of HDF5?
Could you please share your makefile.include?