bug in vhdf5.F when running NEB with VTST

Problems running VASP: crashes, internal errors, "wrong" results.

Moderators: Global Moderator, Moderator

Locked
Message
Author
awang95
Newbie
Newbie
Posts: 41
Joined: Thu May 26, 2022 3:50 pm

bug in vhdf5.F when running NEB with VTST

#1 Post by awang95 » Thu Nov 03, 2022 4:39 pm

Hi,

I am seeing this issue for an NEB run. I'm running VASP 6.3.1; could you please take a look and see what the issue might be?

Code: Select all

 -----------------------------------------------------------------------------
|                     _     ____    _    _    _____     _                     |
|                    | |   |  _ \  | |  | |  / ____|   | |                    |
|                    | |   | |_) | | |  | | | |  __    | |                    |
|                    |_|   |  _ <  | |  | | | | |_ |   |_|                    |
|                     _    | |_) | | |__| | | |__| |    _                     |
|                    (_)   |____/   \____/   \_____|   (_)                    |
|                                                                             |
|     internal error in: vhdf5.F  at line: 110                                |
|                                                                             |
|     HDF5 call in vhdf5.F:110 produced error: 29                             |
|                                                                             |
 -----------------------------------------------------------------------------
|                     _     ____    _    _    _____     _                     |
|                    | |   |  _ \  | |  | |  / ____|   | |                    |
|                    | |   | |_) | | |  | | | |  __    | |                    |
|                    |_|   |  _ <  | |  | | | | |_ |   |_|                    |
|                     _    | |_) | | |__| | | |__| |    _                     |
|                    (_)   |____/   \____/   \_____|   (_)                    |
|                                                                             |
|     internal error in: vhdf5.F  at line: 110                                |
|                                                                             |
|     HDF5 call in vhdf5.F:110 produced error: 29                             |
|                                                                             |
|     If you are not a developer, you should not encounter this problem.      |
|     Please submit a bug report.                                             |
|                                                                             |
 -----------------------------------------------------------------------------

|     If you are not a developer, you should not encounter this problem.      |
|     Please submit a bug report.                                             |
|                                                                             |
 -----------------------------------------------------------------------------
Thanks

jonathan_lahnsteiner2
Global Moderator
Global Moderator
Posts: 149
Joined: Fri Jul 01, 2022 2:17 pm

Re: bug in vhdf5.F when running NEB with VTST

#2 Post by jonathan_lahnsteiner2 » Thu Nov 03, 2022 4:52 pm

Dear awang95,

Could you please supply your input files
for the vasp calculation. Then I will take a look.
I would need POSCAR, KPOINTS, POTCAR,
INCAR files to reproduce the error.

All the best

Jonathan

awang95
Newbie
Newbie
Posts: 41
Joined: Thu May 26, 2022 3:50 pm

Re: bug in vhdf5.F when running NEB with VTST

#3 Post by awang95 » Thu Feb 16, 2023 10:18 pm

Hi Jonathan,

Sorry for the late reply on this; attached are my input files

thanks
You do not have the required permissions to view the files attached to this post.

jonathan_lahnsteiner2
Global Moderator
Global Moderator
Posts: 149
Joined: Fri Jul 01, 2022 2:17 pm

Re: bug in vhdf5.F when running NEB with VTST

#4 Post by jonathan_lahnsteiner2 » Wed Feb 22, 2023 9:28 am

Dear awang95,

We are aware that there is a bug when using the hdf5 output in combination with the
IMAGES flag in the INCAR file. If you don't need the vaspout.h5 file you can just recompile
vasp without hdf5 support. The hdf5 support can be switched off by removing the flag
-DVASP_HDF5. I will inform you as soon as the Bug is fixed.
I hope compiling vasp without hdf5 helps in the meantime.

All the best

Jonathan

awang95
Newbie
Newbie
Posts: 41
Joined: Thu May 26, 2022 3:50 pm

Re: bug in vhdf5.F when running NEB with VTST

#5 Post by awang95 » Thu Mar 16, 2023 6:00 pm

thanks!

aaron_kaplan2
Newbie
Newbie
Posts: 9
Joined: Fri May 05, 2023 12:07 am

Re: bug in vhdf5.F when running NEB with VTST

#6 Post by aaron_kaplan2 » Mon Jul 10, 2023 4:32 pm

I think I've figured out that this comes down to whether a KPOINTS file exists in the head directory of the VASP calculation (./), and whether the same KPOINTS file exists in each IMAGE subdirectory (./00/, ./01/,...). There's an HDF5-specific validation check that fails if a KPOINTS file exists only in the head directory. If KSPACING is specified in the INCAR instead of a KPOINTS file, the validation check always succeeds.

Locked