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
CAMB libraries
-
- Posts: 21
- Joined: December 10 2004
- Affiliation: Buenos Aires University
-
- Posts: 1983
- Joined: September 23 2004
- Affiliation: University of Sussex
- Contact:
Re: CAMB libraries
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.
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.
-
- Posts: 21
- Joined: December 10 2004
- Affiliation: Buenos Aires University
CAMB libraries
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
and yes... it works linking with the option -i-static