Re: [QE-users] QE-6.5 with hdf5 library

2020-11-19 Thread rekha sharma
This is in addition to my previous mail. QE-6.6 is recognising hdf5 lib but qe-6.5 does not. On Fri, Nov 20, 2020 at 11:06 AM rekha sharma wrote: > Dear Sir > I have recompiled the hdf5 with --enable-fortran > the bin dir is having h5cc and when I execute"h5cc -show myprog.c", it > prints > >

Re: [QE-users] QE-6.5 with hdf5 library

2020-11-19 Thread rekha sharma
Dear Sir I have recompiled the hdf5 with --enable-fortran the bin dir is having h5cc and when I execute"h5cc -show myprog.c", it prints mpiicc myprog.c -L/home/rekha/soft/hdf5/lib /home/rekha/soft/hdf5/lib/libhdf5_hl.a /home/rekha/soft/hdf5/lib/libhdf5.a -lz -ldl -lm -Wl,-rpath -Wl,/home/rekha/sof

Re: [QE-users] QE-6.5 with hdf5 library

2020-11-18 Thread Pietro Delugas
users Forum Subject: Re: [QE-users] QE-6.5 with hdf5 library Dear Sir I do not see any  -D__HDF5 in my make.inc Yes, I have the directory /home/rekha/soft/hdf5/bin and in the bin dir I have gif2h5  h52gif  h5cc  h5clear  h5copy  h5debug  h5diff  h5dump   h5format_convert  h5import  h5jam  h5ls

Re: [QE-users] QE-6.5 with hdf5 library

2020-11-18 Thread rekha sharma
Dear Sir I do not see any -D__HDF5 in my make.inc Yes, I have the directory /home/rekha/soft/hdf5/bin and in the bin dir I have gif2h5 h52gif h5cc h5clear h5copy h5debug h5diff h5dump h5format_convert h5import h5jam h5ls h5mkgrp h5perf_serial h5redeploy h5repack h5repart h5stat h

Re: [QE-users] QE-6.5 with hdf5 library

2020-11-18 Thread Pietro Delugas
, November 18, 2020 6:32 PM To: Quantum ESPRESSO users Forum Subject: Re: [QE-users] QE-6.5 with hdf5 library Dear Sir Thank you very much. Still  I do not see any changes in my make.inc file. I see  below only DFLAGS         =  -D__DFTI -D__MPI How can I know that the QE has been compiled with

Re: [QE-users] QE-6.5 with hdf5 library

2020-11-18 Thread rekha sharma
Dear Sir Thank you very much. Still I do not see any changes in my make.inc file. I see below only DFLAGS = -D__DFTI -D__MPI How can I know that the QE has been compiled with hdf5 or not? Thank you On Wed, Nov 18, 2020 at 10:12 PM rekha sharma wrote: > Dear Expert Quantum Espresso Us

Re: [QE-users] QE-6.5 with hdf5 library

2020-11-18 Thread Pietro Delugas
-users] QE-6.5 with hdf5 library Dear Expert Quantum Espresso Users I wanted to compile QE version 6.5 with hdf5  but I do not see any hdf option make.inc after ./configure option with below options --with-hdf5-libs=-L/home/rekha/soft/hdf5/lib --with-hdf5-include=/home/rekha/soft/hdf5/include Can

[QE-users] QE-6.5 with hdf5 library

2020-11-18 Thread rekha sharma
Dear Expert Quantum Espresso Users I wanted to compile QE version 6.5 with hdf5 but I do not see any hdf option make.inc after ./configure option with below options --with-hdf5-libs=-L/home/rekha/soft/hdf5/lib --with-hdf5-include=/home/rekha/soft/hdf5/include Can you please tell me how to install