| View previous topic :: View next topic |
| Author |
Message |
moslem zarei
Joined: 11 Mar 2008 Posts: 21 Affiliation: IUT
|
Posted: March 11 2008 |
|
|
Hi all
I Run make to compile everything.
But
I could not Run " ./camb params.ini. "
can you help me!
Moslem |
|
| Back to top |
|
 |
Savvas Nesseris
Joined: 05 Apr 2005 Posts: 51 Affiliation: UAM/IFT
|
Posted: March 11 2008 |
|
|
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. |
|
| Back to top |
|
 |
moslem zarei
Joined: 11 Mar 2008 Posts: 21 Affiliation: IUT
|
Posted: March 12 2008 |
|
|
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 |
|
| Back to top |
|
 |
Pascal Vaudrevange
Joined: 26 Mar 2006 Posts: 50 Affiliation: DESY
|
Posted: March 12 2008 |
|
|
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: | | $(PATH_TO_COMPILER)/ifortvars.sh (if you use bash) |
or
| Code: | | $(PATH_TO_COMPILER)/ifortvars.csh (if you use tcsh) |
where in my case
| Code: | | $(PATH_TO_COMPILER)=/opt/intel/fce/10.0.023/bin |
but this depends on the local installation. |
|
| Back to top |
|
 |
|