Page 1 of 1

compilation question for new user

Posted: Mon Feb 26, 2024 12:37 am
by pandachang97
Hello Yambo experts,

Nice to meet you. My name is Xin Chang and I am a new user on Yambo. I try to compile Yambo_5.2.1 with MPI, but I don't know how to include MPI. I have already compiled a serial version of yambo and attached config.log in this post. Please help me fix this issue and show me option when running configure. Thank you and best regards,
Xin

Re: compilation question for new user

Posted: Mon Feb 26, 2024 8:53 am
by Daniele Varsano
Dear Xin,
from your config.log it seems you are mixing gfortran and intel compilers.
Try to reconfigure specifying the compiler you want to use, e.g.:

Code: Select all

make distclean
./configure CC=icc FC=ifort MPIFC=mpiifort MPIF77=ifort MPICC=mpiicc F77=ifort
Best,
Daniele

Re: compilation question for new user

Posted: Mon Feb 26, 2024 11:29 pm
by pandachang97
Thank you so much, Daniele. It works. I got a MPI version. Best regards,
Xin