lapack compilation error in Yambo 5.2.1

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
Post Reply
sitangshu
Posts: 175
Joined: Thu Jan 05, 2017 8:08 am

lapack compilation error in Yambo 5.2.1

Post by sitangshu » Wed Jan 24, 2024 9:16 am

Dear Yambo Team,

I am getting a "cake lapack compilation error" while installing the latest 5.2.1 version in the Yambo download section.
These are the errors mentioned in the log files:

Code: Select all

[sitangshub@login02 log]$ cat compile_lapack-3.9.1.log 
/bin/sh: line 3: cmake: command not found
/bin/sh: line 4: cmake: command not found
/bin/sh: line 3: cmake: command not found
/bin/sh: line 4: cmake: command not found
/bin/sh: line 3: cmake: command not found
/bin/sh: line 4: cmake: command not found
[sitangshub@login02 log]$ cat config_lapack-3.9.1.log 
/bin/sh: line 4: cmake: command not found
/bin/sh: line 6: cmake: command not found
I am configuring yambo in an hpc with module list gnu8.3.0 and openmpi3/3.1.4. The configure command is

Code: Select all

./configure FC=gfortran MPIFC=mpif90 MPIF77=mpif77 MPICC=mpicc --enable-mpi --enable-hdf5-par-io --enable-hdf5-p2y-support --enable-dp
Can you please check this?

Regards,
Sitangshu
Sitangshu Bhattacharya
Indian Institute of Information Technology-Allahabad
India
Web-page: http://profile.iiita.ac.in/sitangshu/
Institute: http://www.iiita.ac.in/

User avatar
Davide Sangalli
Posts: 614
Joined: Tue May 29, 2012 4:49 pm
Location: Via Salaria Km 29.3, CP 10, 00016, Monterotondo Stazione, Italy
Contact:

Re: lapack compilation error in Yambo 5.2.1

Post by Davide Sangalli » Thu Jan 25, 2024 1:54 pm

Dear Sitangshu,
cmake is a requirement for the compilation of some internal libraries.

Please make sure you have it installed on your machine.

Best,
D.
Davide Sangalli, PhD
CNR-ISM, Division of Ultrafast Processes in Materials (FLASHit) and MaX Centre
https://sites.google.com/view/davidesangalli
http://www.max-centre.eu/

sitangshu
Posts: 175
Joined: Thu Jan 05, 2017 8:08 am

Re: lapack compilation error in Yambo 5.2.1

Post by sitangshu » Fri Jan 26, 2024 8:15 am

Thank you Davide, let me check.

Regards,
Sitangshu
Sitangshu Bhattacharya
Indian Institute of Information Technology-Allahabad
India
Web-page: http://profile.iiita.ac.in/sitangshu/
Institute: http://www.iiita.ac.in/

Post Reply