Minor bug in configure/make script?

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
User avatar
AnOnion
Posts: 4
Joined: Thu Mar 19, 2015 4:42 pm

Minor bug in configure/make script?

Post by AnOnion » Thu Mar 19, 2015 5:09 pm

Hi,

I have found that when building Yambo, libxc.a which is built in libs/libxc/ and sits in lib/libxc/src/.libs/ does not get copied (or symlinked) to yambo-3.4.1/lib/ and so the build fails. If I then manually copy the library to this location (or edit the Makefile in driver/ to reflect this location), everything is good.

Just putting this here in case anyone else runs into this.
-----------------
JP Nimmo
Graduate Student
The University of Texas at Arlington

User avatar
myrta gruning
Posts: 240
Joined: Tue Mar 17, 2009 11:38 am
Contact:

Re: Minor bug in configure/make script?

Post by myrta gruning » Thu Mar 19, 2015 6:58 pm

Dear AnOnion

Can you upload the config.log and specify which system/compiler that you are using so that we can understand better the problem?

As well please fill in your signature (it is a forum rule)

Best,
Myrta
Dr Myrta Grüning
School of Mathematics and Physics
Queen's University Belfast - Northern Ireland

http://www.researcherid.com/rid/B-1515-2009

User avatar
AnOnion
Posts: 4
Joined: Thu Mar 19, 2015 4:42 pm

Re: Minor bug in configure/make script?

Post by AnOnion » Sat Mar 21, 2015 6:20 pm

Sure. I am using gcc-4.7 in opensuse 12.x. I know that the netcdf setup in the configure line doesn't work, but I've given up on that for now. Now I'm trying to reproduce results in the tutorials.
You do not have the required permissions to view the files attached to this post.
-----------------
JP Nimmo
Graduate Student
The University of Texas at Arlington

User avatar
myrta gruning
Posts: 240
Joined: Tue Mar 17, 2009 11:38 am
Contact:

Re: Minor bug in configure/make script?

Post by myrta gruning » Fri Mar 27, 2015 8:12 pm

Hallo

I could not spot anything in the config.log and your OS/compiler looks quite standard. I tried with the same yambo version/revision with a quite similar setting and I could not reproduce the problem you mentioned.

Can you try to do

Code: Select all

make clean_all
./configure
make yambo
and post the exact error message you get?

I noticed that you have yambo in the QE directory, did you put yambo in there or are you using the yambo distributed with QE?

Best
Myrta
Dr Myrta Grüning
School of Mathematics and Physics
Queen's University Belfast - Northern Ireland

http://www.researcherid.com/rid/B-1515-2009

Post Reply