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
compilation question for new user
Moderators: Davide Sangalli, andrea.ferretti, myrta gruning, andrea marini, Daniele Varsano, Conor Hogan, Nicola Spallanzani
Forum rules
If you have trouble compiling Yambo, please make sure to list:
(1) the compiler (vendor and release: e.g. intel 10.1)
(2) the architecture (e.g. 64-bit IBM SP5)
(3) if the problems occur compiling in serial/in parallel
(4) the version of Yambo (revision number/major release version)
(5) the relevant compiler error message
If you have trouble compiling Yambo, please make sure to list:
(1) the compiler (vendor and release: e.g. intel 10.1)
(2) the architecture (e.g. 64-bit IBM SP5)
(3) if the problems occur compiling in serial/in parallel
(4) the version of Yambo (revision number/major release version)
(5) the relevant compiler error message
-
- Posts: 19
- Joined: Mon Feb 19, 2024 11:06 pm
compilation question for new user
You do not have the required permissions to view the files attached to this post.
Xin Chang
Postdoc research @UT Austin
Postdoc research @UT Austin
- Daniele Varsano
- Posts: 4088
- Joined: Tue Mar 17, 2009 2:23 pm
- Contact:
Re: compilation question for new user
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.:
Best,
Daniele
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
Daniele
Dr. Daniele Varsano
S3-CNR Institute of Nanoscience and MaX Center, Italy
MaX - Materials design at the Exascale
http://www.nano.cnr.it
http://www.max-centre.eu/
S3-CNR Institute of Nanoscience and MaX Center, Italy
MaX - Materials design at the Exascale
http://www.nano.cnr.it
http://www.max-centre.eu/
-
- Posts: 19
- Joined: Mon Feb 19, 2024 11:06 pm
Re: compilation question for new user
Thank you so much, Daniele. It works. I got a MPI version. Best regards,
Xin
Xin
Xin Chang
Postdoc research @UT Austin
Postdoc research @UT Austin