Page 1 of 1

lapack compilation error in Yambo 5.2.1

Posted: Wed Jan 24, 2024 9:16 am
by sitangshu
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

Re: lapack compilation error in Yambo 5.2.1

Posted: Thu Jan 25, 2024 1:54 pm
by Davide Sangalli
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.

Re: lapack compilation error in Yambo 5.2.1

Posted: Fri Jan 26, 2024 8:15 am
by sitangshu
Thank you Davide, let me check.

Regards,
Sitangshu