no longer supported but still hidden in PP of 6.5 realease_pack and the 
dependancies are still correct.
You only have to add it in the makefile qe-6.5/PP/src/Makefile.
To do this, add these 3 lines:

PPOBJS = \[...]
pw_export.o\

all : [...]  pw_export.x

pw_export.x : pw_export.o libpp.a $(MODULES) $(LIBOBJS)
    $(LD) $(LDFLAGS) -o $@ \
        pw_export.o libpp.a $(MODULES) $(LIBOBJS) $(QELIBS)
    - ( cd ../../bin ; ln -fs ../PP/src/$@ . )

Note that this does not work anymore with the GIT version (>6.5) because the 
dependancies have changed.

Antoine Jay
LAAS CNRS
Toulouse, France




Le Mercredi, Juillet 15, 2020 11:28 CEST, Paolo Giannozzi 
<[email protected]> a écrit:
 pw_export.x is no longer supported Paolo On Wed, Jul 15, 2020 at 11:14 AM 
Hongyi Zhao <[email protected]> wrote:Hi,

I try to compile q-e git master version with `make all', but it still
can't generate the pw_export.x for me. Any hints for this problem?

Regards
--
Hongyi Zhao <[email protected]>
_______________________________________________
Quantum ESPRESSO is supported by MaX (www.max-centre.eu/quantum-espresso)
users mailing list [email protected]
https://lists.quantum-espresso.org/mailman/listinfo/users

--Paolo Giannozzi, Dip. Scienze Matematiche Informatiche e Fisiche,
Univ. Udine, via delle Scienze 208, 33100 Udine, Italy
Phone +39-0432-558216, fax +39-0432-558222
 


 
_______________________________________________
Quantum ESPRESSO is supported by MaX (www.max-centre.eu/quantum-espresso)
users mailing list [email protected]
https://lists.quantum-espresso.org/mailman/listinfo/users

Reply via email to