Hi,

I found the same error. Which in my opinion is surprising, since the full error reads

exx_go.f90(21): error #7002: Error in opening the compiled module file.  Check INCLUDE paths.   [PARALLEL_INCLUDE]
  USE fft_base,               ONLY : dfftp,dffts
------^

and my compilation of exx_go.f90, where the error occurs, is according to the instruction (invoked by make)

mpiifort -O2    .... -nomodule    ...    -D__FFTW3  -D__MPI    ... -I../../Modules    ...    -c exx_go.f90

and, if I give the order     ls ../../Modules/fft_base*    from the directory containing  file exx_go.f90  , the result is

../../Modules/fft_base.f90 ../../Modules/fft_base.o  ../../Modules/fft_base.mod

I do not understand thus why the fft_base.mod module (which does contain the dfftp and dffts types) is not found, since -I../../Modules is included in the call to mpiifort.

¿Any help?

Regards,
José C. Conesa

El 28/12/2017 a las 9:17, Paolo Giannozzi escribió:
Hi Eduardo

West uses a lot of code from QE, but it is not distributed together with QE, so any change in the latter may break the former I don't know which version is compatible with which: please inquire with the authors of West, or try previous versions of QE until you find one that works

Paolo

On Wed, Dec 27, 2017 at 2:25 PM, Eduardo Menendez <earie...@gmail.com <mailto:earie...@gmail.com>> wrote:

    Hi,
    I have got an error compiling WEST within qe-6.2.1
    May be this be caused by using a two years-old compiler
    (Intel2015), or due to use   -D__DFTI  instead of -D_FFTW3 ?

    exx_go.f90(21): error #7002: Error in opening the compiled module
    file.  Check INCLUDE paths. [PARALLEL_INCLUDE]
    ... and a lot of subsequent errors.

    I had no problem making pwall, cp, gwl

    Thank you ,

    Eduardo Menendez Proupin

    _______________________________________________
    Pw_forum mailing list
    Pw_forum@pwscf.org <mailto:Pw_forum@pwscf.org>
    http://pwscf.org/mailman/listinfo/pw_forum
    <http://pwscf.org/mailman/listinfo/pw_forum>




--
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



_______________________________________________
Pw_forum mailing list
Pw_forum@pwscf.org
http://pwscf.org/mailman/listinfo/pw_forum

--
José C. Conesa
Instituto de Catálisis y Petroleoquímica, CSIC
Marie Curie 2, Cantoblanco
28049 Madrid, Spain
Tel. (+34)915854766



---
El software de antivirus Avast ha analizado este correo electrónico en busca de 
virus.
https://www.avast.com/antivirus
_______________________________________________
Pw_forum mailing list
Pw_forum@pwscf.org
http://pwscf.org/mailman/listinfo/pw_forum

Reply via email to