Page 1 of 1

Interface building with qe-4.2.1 and 3.2.3-rev.11

Posted: Mon Nov 08, 2010 6:17 pm
by hplan
Hi,

I tried to build 3.2.3-rev.ll with qe-4.2.1, but failed building the interface. It is quite strange as i compiled successfully for 3.2.1-r.448 version. The system is pgf90 and mpich based. the relevant error information and config.log are as follows. Any suggestions and help are greatly appreciated.

>>>[Linking p2y]<<<
make[1]: Entering directory `/global/u1/h/hplan/magellen/yambo-3.2.3-rev.11/interfaces/p2y'
pw_errore.F mod_pw_data.F PGF90-S-0026-Unmatched quote (qexml_v3.2.f90: 1552)
PGF90-S-0026-Unmatched quote (qexml_v3.2.f90: 1553)
PGF90-S-0026-Unmatched quote (qexml_v3.2.f90: 1554)
PGF90-S-0026-Unmatched quote (qexml_v3.2.f90: 1555)
0 inform, 0 warnings, 4 severes, 0 fatal for check_pseudo
make[1]: *** [qexml_v3.2.o] Error 2
make[1]: Leaving directory `/global/u1/h/hplan/magellen/yambo-3.2.3-rev.11/interfaces/p2y'
make: *** [interfaces] Error 2

Thank you.
Best,

Haiping

Re: Interface building with qe-4.2.1 and 3.2.3-rev.11

Posted: Mon Nov 08, 2010 7:28 pm
by Daniele Varsano
Dear Haiping,
try to add:

Code: Select all

--with-p2y=4.0
in yours configure option.

Best,

Daniele

Re: Interface building with qe-4.2.1 and 3.2.3-rev.11

Posted: Thu Nov 11, 2010 5:38 pm
by hplan
Thank you.
It works

Best,
H.