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.
Minor bug in configure/make script?
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
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
- AnOnion
- Posts: 4
- Joined: Thu Mar 19, 2015 4:42 pm
Minor bug in configure/make script?
-----------------
JP Nimmo
Graduate Student
The University of Texas at Arlington
JP Nimmo
Graduate Student
The University of Texas at Arlington
- myrta gruning
- Posts: 242
- Joined: Tue Mar 17, 2009 11:38 am
- Contact:
Re: Minor bug in configure/make script?
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
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
School of Mathematics and Physics
Queen's University Belfast - Northern Ireland
http://www.researcherid.com/rid/B-1515-2009
- AnOnion
- Posts: 4
- Joined: Thu Mar 19, 2015 4:42 pm
Re: Minor bug in configure/make script?
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
JP Nimmo
Graduate Student
The University of Texas at Arlington
- myrta gruning
- Posts: 242
- Joined: Tue Mar 17, 2009 11:38 am
- Contact:
Re: Minor bug in configure/make script?
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
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
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
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
School of Mathematics and Physics
Queen's University Belfast - Northern Ireland
http://www.researcherid.com/rid/B-1515-2009