P2y error: when writting down ns.db1
Posted: Tue Nov 05, 2024 1:36 am
Hello Yambo experts:
Good morning. I hope you are all doing well. Recently, I compiled yambo 5.2.4 with intel compiler and MKL library. The compilation is done without any errors. I also include compilation log files in the attachment in case you need to check. When I run the p2y to read the QE wavefunction(in the save folder), it reads the lattice vector, RL vectors and atom information. Then, when it is writting the ns.db1, it reports one error and stoped:
[ERROR] Writing File ./SAVE//ns.db1; Variable NOT DEFINED; NetCDF: HDF error
I also include my configure option below:
Please help me check them and let me know what proble I have in compiling Yambo or QE and in calculating the PWSCF. Thank you so much and best regards,
Xin
Good morning. I hope you are all doing well. Recently, I compiled yambo 5.2.4 with intel compiler and MKL library. The compilation is done without any errors. I also include compilation log files in the attachment in case you need to check. When I run the p2y to read the QE wavefunction(in the save folder), it reads the lattice vector, RL vectors and atom information. Then, when it is writting the ns.db1, it reports one error and stoped:
[ERROR] Writing File ./SAVE//ns.db1; Variable NOT DEFINED; NetCDF: HDF error
I also include my configure option below:
Code: Select all
./configure --prefix=/work/09846/pandachang97/Software/yambo_5.2.4_ifort_local_lib MPIF90=mpiifort MPICC=mpiicc FC=ifort CC=icc F77=ifort MPIF77=ifort --enable-parallel --with-blas-libs="-L$MKLROOT/lib/intel64 -lmkl_intel_lp64 -lmkl_sequential -lmkl_core" \
--enable-mpi --enable-uspp --enable-options-check --enable-memory-profile --enable-iotk --enable-hdf5-p2y-support --with-blacs-libs="-L$MKLROOT/lib/intel64 -lmkl_blacs_intelmpi_lp64" --with-scalapack-libs="-L$MKLROOT/lib/intel64 -lmkl_scalapack_lp64 -lmkl_blacs_intelmpi_lp64" \
--with-scalapack-libs="-L$MKLROOT/lib/intel64 -lmkl_lapack95_lp64" --with-libxc=yes --with-libxc-prefix="/work/09846/pandachang97/Software/libxc-7.0.0" --with-hdf5-libs=$TACC_PHDF5_LIB --with-hdf5-include=$TACC_PHDF5_INC
Xin