Page 2 of 2

Re: Compiling with parallel built

Posted: Mon Feb 04, 2019 3:06 pm
by Daniele Varsano
Dear Burak,
your compilation of Yambo is *serial*

Code: Select all

fc_kind = gfortran
Something failed in your mpi build, if you post your config.log I will have a look.

Best,
Daniele

Re: Compiling with parallel built

Posted: Mon Feb 04, 2019 3:20 pm
by burkzdemir
I attached the config log.

Re: Compiling with parallel built

Posted: Mon Feb 04, 2019 4:05 pm
by Daniele Varsano
Dear Burak,
the config.log shows indeed that MPI cannot be found and the code is compiled in serial mode.

Code: Select all

configure:8365: WARNING: could not compile a FORTRAN mpi test program. YAMBO serial only.
Are you sure you have the MPI in your machine? May be you need to load some module?
If you think you have it and it is working you can try to specify it in the configure command line:
./configure MPIFC='mpi90''

Note that at the end of the configure there is a summary of the used compilers, flag and libraries, and it is explicitly reported if the code
will be compiled in serial or in parallel mode.

Best,
Daniele