Page 1 of 1

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

Posted: Fri Nov 25, 2011 3:03 pm
by waynebeibei
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

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

Posted: Mon Nov 28, 2011 10:34 am
by claudio
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