[QE-users] ?==?utf-8?q? `make all` failed to generate pw_export.x.

Antoine Jay ajay at laas.fr
Wed Jul 15 11:48:10 CEST 2020


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 <p.giannozzi at gmail.com> a écrit:
 pw_export.x is no longer supported Paolo On Wed, Jul 15, 2020 at 11:14 AM Hongyi Zhao <hongyi.zhao at gmail.com> 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 <hongyi.zhao at gmail.com>
_______________________________________________
Quantum ESPRESSO is supported by MaX (www.max-centre.eu/quantum-espresso)
users mailing list users at lists.quantum-espresso.org
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
 


 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.quantum-espresso.org/pipermail/users/attachments/20200715/56532a45/attachment.html>


More information about the users mailing list