Compile Yambo 5.3

Having trouble compiling the Yambo source? Using an unusual architecture? Problems with the "configure" script? Problems in GPU architectures? This is the place to look.

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
KinawyM
Posts: 17
Joined: Sat Sep 30, 2023 2:10 pm

Re: Compile Yambo 5.3

Post by KinawyM » Thu Mar 20, 2025 4:07 pm

Dear Nicola,

Please find it attached here and thanks again


All the best,
Mohamed
You do not have the required permissions to view the files attached to this post.
Mohamed
PhD student, Ain Shams University, Egypt

User avatar
Nicola Spallanzani
Posts: 93
Joined: Thu Nov 21, 2019 10:15 am

Re: Compile Yambo 5.3

Post by Nicola Spallanzani » Wed Mar 26, 2025 9:02 am

Dear Mohamed,
your operating system is one of those that install the libraries in the folder lib64 instead of lib. Yambo is not able to manage this. This is a bug that we catch very recently and fortunately we already fixed it. So I suggest to you to clone our github repository and use the branch 5.3. This branch contains all the bug fixes that will be included in the next yambo release 5.3.1.

Code: Select all

git clone https://github.com/yambo-code/yambo.git
cd yambo
git checkout 5.3
After that you can use the same procedure used before.
Let me know if this will fix this problem.

Best,
Nicola
Nicola Spallanzani, PhD
S3 Centre, Istituto Nanoscienze CNR and MaX Center, Italy
MaX - Materials design at the Exascale
http://www.nano.cnr.it
http://www.max-centre.eu

Post Reply