<html>no longer supported but still hidden in PP of 6.5 realease_pack and the dependancies are still correct.<br />You only have to add it in the makefile qe-6.5/PP/src/Makefile.<br />To do this, add these 3 lines:<br /><br />PPOBJS = \[...]<br />pw_export.o\<br /><br />all : [...] pw_export.x<br /><br />pw_export.x : pw_export.o libpp.a $(MODULES) $(LIBOBJS)<br /> $(LD) $(LDFLAGS) -o $@ \<br /> pw_export.o libpp.a $(MODULES) $(LIBOBJS) $(QELIBS)<br /> - ( cd ../../bin ; ln -fs ../PP/src/$@ . )<br /><br />Note that this does not work anymore with the GIT version (>6.5) because the dependancies have changed.<br /><br />Antoine Jay<br />LAAS CNRS<br />Toulouse, France<br /><br /><br /><br /><br />Le Mercredi, Juillet 15, 2020 11:28 CEST, Paolo Giannozzi <p.giannozzi@gmail.com> a écrit:<br /> <blockquote type="cite" cite="CAPMgbCsjhLfsUtye7aMRO2cXM=xJFea+7_5LB9PmSNJwyqNYkA@mail.gmail.com"><div dir="ltr"><div dir="ltr">pw_export.x is no longer supported</div><div> </div><div>Paolo</div><div> </div><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, Jul 15, 2020 at 11:14 AM Hongyi Zhao <<a href="mailto:hongyi.zhao@gmail.com">hongyi.zhao@gmail.com</a>> wrote:</div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi,<br /><br />I try to compile q-e git master version with `make all', but it still<br />can't generate the pw_export.x for me. Any hints for this problem?<br /><br />Regards<br />--<br />Hongyi Zhao <<a target="_blank" href="mailto:hongyi.zhao@gmail.com">hongyi.zhao@gmail.com</a>><br />_______________________________________________<br />Quantum ESPRESSO is supported by MaX (<a rel="noreferrer" target="_blank" href="http://www.max-centre.eu/quantum-espresso">www.max-centre.eu/quantum-espresso</a>)<br />users mailing list <a target="_blank" href="mailto:users@lists.quantum-espresso.org">users@lists.quantum-espresso.org</a><br /><a rel="noreferrer" target="_blank" href="https://lists.quantum-espresso.org/mailman/listinfo/users">https://lists.quantum-espresso.org/mailman/listinfo/users</a></blockquote></div><br clear="all" /><br />--<div dir="ltr" class="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div>Paolo Giannozzi, Dip. Scienze Matematiche Informatiche e Fisiche,<br />Univ. Udine, via delle Scienze 208, 33100 Udine, Italy<br />Phone +39-0432-558216, fax +39-0432-558222<br /> </div></div></div></div></div></div></blockquote><br /><br /><br /> </html>