Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Install Request: VASP Compiled with HDF5 Support #593

Open
Georgesaba opened this issue Nov 20, 2024 · 2 comments
Open

Install Request: VASP Compiled with HDF5 Support #593

Georgesaba opened this issue Nov 20, 2024 · 2 comments

Comments

@Georgesaba
Copy link

I have noticed when trying to use py4vasp on VASP output files that the vaspout.h5 file is missing and as a result following the tutorials is becoming difficult.

Support told me to send a install request as there is no version on myriad currently compatible.

"
py4vasp extracts all information from the HDF5 output so you need to make sure to compile VASP adding -DVASP_HDF5 to the CPP_OPTIONS in the makefile.include. You will also need to add the HDF5 library to the include (INCS) and linking (LLIBS) instructions. py4vasp also requires a VASP version > 6.2 and because py4vasp is developed alongside VASP, we recommend that you use versions of these two codes released about at the same time for maximum compatibility.
"

@kaibinary
Copy link
Member

Got confirmation that VASP won't be included as part of the initial software set (UCL-ARC/hpc-spack#44) so will need to build by hand.

Got another request 1573392 is asking for VASP 6.4.0 and above, ideally with GPU support.

@kaibinary
Copy link
Member

NVFORTRAN-W-0951-Extraneous tokens ignored following # directive (vhdf5_base.F: 360)
NVFORTRAN-W-0951-Extraneous tokens ignored following # directive (vhdf5_base.F: 390)
mpif90 -acc -gpu=cc60,cc70,cc80,cuda11.5 -Mfree -Mbackslash -Mlarge_arrays -fast -I/shared/ucl/apps/nvhpc/2022_221/Linux_x86_64/22.1/compilers/extras/qd/include/qd -I/shared/ucl/apps/fftw/3.3.10/nvidia-2022-22.1/include -I/shared/ucl/apps/hdf/5-1.10.5/gnu-4.9.2/include  -c vhdf5_base.f90
NVFORTRAN-F-0004-Corrupt or Old Module file /shared/ucl/apps/hdf/5-1.10.5/gnu-4.9.2/include/hdf5.mod (vhdf5_base.F: 9)
NVFORTRAN/x86-64 Linux 22.1-0: compilation aborted

Probably need to recompile HDF5 with NVHPC after the break...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants