CAMB libraries

Use of Cobaya. camb, CLASS, cosmomc, compilers, etc.
Post Reply
Susana Landau
Posts: 21
Joined: December 10 2004
Affiliation: Buenos Aires University

CAMB libraries

Post by Susana Landau » February 25 2005

Hi,
I just downloaded the last version of camb, I can compile it, but I can not run it, because of some problem with the shared libraries
The error message is:

./camb: error while loading shared libraries: libimf.so: cannot open shared object file: No such file or directory

I would appreciate much, any help regarding this problems,
regards

Susana

Antony Lewis
Posts: 1936
Joined: September 23 2004
Affiliation: University of Sussex
Contact:

Re: CAMB libraries

Post by Antony Lewis » February 25 2005

Please give details of system, compiler etc when reporting this sort of problem, and whether running with openmp etc..

Guessing wildly (and doing a google search on "libimf"), I presume you are using the intel compiler. Try linking statically (maybe -i-static according to first item in google search), or see e.g. the second google result if it is an MPI problem with cosmomc.

Susana Landau
Posts: 21
Joined: December 10 2004
Affiliation: Buenos Aires University

CAMB libraries

Post by Susana Landau » March 01 2005

ok, I am currently working with Mandrake Linux V10, and Intel compiler for linux 8.1 with -openmp option

and yes... it works linking with the option -i-static

Post Reply