Page 2 of 2

Re: Preprocessor

Posted: Tue Jan 17, 2017 6:37 pm
by Daniele Varsano
Dear Fabio,

can you try to configure yambo giving explicitly the compilers .e.g:

Code: Select all

./configure FC=ifort CC=icc  CPP='icc -E'
and report again?
It looks you are mixing fortran intel and gnu c compiler.

About renaming .txt, the forum accept only some specified suffix and often people has trouble to upload file, anyway the .log is one of the allowed format.

Best,

Daniele

Re: Preprocessor

Posted: Wed Jan 18, 2017 1:00 pm
by Fabiof
Dear Daniele,

I still got the same error. The new config.log is attached
I have tried

Code: Select all

 ./configure CC=icc MPICC=mpicc F77=ifort PFC=mpifort CPP='icc -E' FC=ifort
but i still get same error.


Thanks,

Fabio

Re: Preprocessor

Posted: Thu Jan 19, 2017 10:04 am
by Davide Sangalli
Dear Fabio,
what if you try to set CPP="icc -E" FPP="ifort -E -free" ?

Best,
D.

Re: Preprocessor

Posted: Sat Jan 21, 2017 10:00 pm
by Fabiof
Dear Daniele,

It is working now!

Thank you.

Fabio