Page 1 of 1

build failed interface

Posted: Thu Jan 20, 2022 7:55 pm
by burkzdemir
Dear developers,

I got this error during compilation of both 5.0.4 and master. I attached the config.log file.

>>>[Making lib/yambo/interface]<<<
make[2]: Entering directory `/home/LTEN/ozdemir_b/yambo-master/lib/yambo/driver/src/interface'
make[2]: *** No targets specified and no makefile found. Stop.
make[2]: Leaving directory `/home/LTEN/ozdemir_b/yambo-master/lib/yambo/driver/src/interface'
make[1]: *** [yambo] Error 2
make[1]: Leaving directory `/home/LTEN/ozdemir_b/yambo-master'
yambo build failed

Best,

Re: build failed interface

Posted: Fri Jan 21, 2022 9:53 am
by andrea.ferretti
Dear burkzdemir,

from your config.log it seems gfortran flags are used with intel compilers (mpiicc, mpiifort)...
* First and foremost you need to check that your Intel environment is working.
* Next, you may want to specify the compilers to the configure script

./configure FC=ifort CC=icc <other flags>

best
Andrea

Re: build failed interface

Posted: Fri Jan 21, 2022 2:07 pm
by burkzdemir
Dear Andrea,

I tried your flags but got the same error message. And then, I tried loading openmpi and compiling again and again same error. By the way, for some reason wget command does not work in our cluster so I downloaded archive files to my personal computer and then uploaded them to the cluster and also 0.0.2.tar.gz file to lib/yambo/driver/src directory.

Burak

Re: build failed interface

Posted: Fri Jan 28, 2022 2:33 pm
by burkzdemir
OK, I solved the problem. I needed to untar 0.0.2.tar.gz and then transfer the files inside into /lib/yambo. Now, it is installed.