Skip to content

Commit

Permalink
Add QE configure example.
Browse files Browse the repository at this point in the history
  • Loading branch information
ye-luo committed Jul 9, 2018
1 parent 7817eb2 commit acfeafa
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ if [ -e $codename/PP/src/pw2qmcpack.f90 ]; then
echo --- SUCCESS: ${codename} patched for pw2qmcpack converter
echo There are two ways to build
echo "1) if your system already has HDF5 installed with Fortran, use the --with-hdf5 configuration option."
echo " Example configure: ./configure --with-hdf5=path_to_hdf5_include_and_lib"
echo " Currently HDF5 support in QE itself is preliminary. To enable use of pw2qmcpack"
echo " but use the old non-HDF5 I/O within QE, replace '-D__HDF5' with '-D__HDF5_C' in make.inc."
echo "2) if your system has HDF5 with C only, manually edit make.inc by adding '-D__HDF5_C -DH5_USE_16_API'"
Expand Down

0 comments on commit acfeafa

Please sign in to comment.