Error: version `GLIBC_2.7' not found when yambo in parallel

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
waynebeibei
Posts: 19
Joined: Fri Nov 25, 2011 2:45 pm

Error: version `GLIBC_2.7' not found when yambo in parallel

Post by waynebeibei » Fri Nov 25, 2011 3:03 pm

Dear Sir,

I have compiled yambo in my cluster. There are no errors neither in the configure nor the
compilation steps. Actually it runs perfectly in "serial" and I have got through the tutorial succesfully.
However if I want to run yambo in parallel it fails to run. According to the configuration options, It is pressumably
compiled in parallel. But in the end It seems that it was not.

~/bin/yambo: /lib64/libc.so.6: version `GLIBC_2.7' not found (required by ~/bin/yambo)

I have checked the version of GLIBC in my cluster with GLIBC_2.10! Higher than it required! Anyone can help me to fix it???

Lots of thanks~

Waybe
yanjiaxu@gmail.com
School of Physical and Mathematical Sciences,
Nanyang Technological University,
Singapore 637371

User avatar
claudio
Posts: 456
Joined: Tue Mar 31, 2009 11:33 pm
Location: Marseille
Contact:

Re: Error: version `GLIBC_2.7' not found when yambo in parallel

Post by claudio » Mon Nov 28, 2011 10:34 am

Dear Waybe

are you able to run parallel codes on your cluster?
please try with some simple code like these

http://www.lam-mpi.org/tutorials/nd/part1/

and if they work then we can discuss about yambo.

Anyway check if you have multiple glibc on your cluster
and also the library path variable LD_LIBRARY_PATH

Claudio
Claudio Attaccalite
[CNRS/ Aix-Marseille Université/ CINaM laborarory / TSN department
Campus de Luminy – Case 913
13288 MARSEILLE Cedex 09
web site: http://www.attaccalite.com

Post Reply