Page 1 of 1

instal CAMB

Posted: March 11 2008
by moslem zarei
Hi all

I Run make to compile everything.
But
I could not Run " ./camb params.ini. "

can you help me!

Moslem

instal CAMB

Posted: March 11 2008
by Savvas Nesseris
Some more details would be nice... (System, compiler etc). Also, make sure that "camb" and "params.ini" are in the same working directory as your console (use "pwd" or something like that to make sure) or supply the full path.

PS I assume that you didn't add the dot at the end of " ./camb params.ini . "
as that would obviously create problems.

instal CAMB

Posted: March 12 2008
by moslem zarei
After running ./camb params.ini Ithis error is apeared:

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

instal CAMB

Posted: March 12 2008
by Pascal Vaudrevange
A bit more information would be usefull: Are you using windows/ linux/ macos? Which compilers? gcc/ intel?

Check the LD_LIBRARY_PATH. If you are using intel compilers on linux this variable will be adjusted properly by running

Code: Select all

$(PATH_TO_COMPILER)/ifortvars.sh  (if you use bash)
or

Code: Select all

$(PATH_TO_COMPILER)/ifortvars.csh  (if you use tcsh)
where in my case

Code: Select all

$(PATH_TO_COMPILER)=/opt/intel/fce/10.0.023/bin
but this depends on the local installation.