Page 1 of 1

CosmoMC on cluster problem finding libclik_f90.so

Posted: September 24 2020
by Ira *Wolfson
Hi,

I am trying to run CosmoMC on our cluster.

I have compiled CosmoMC with planck data and ACTPol data.
Everything runs fine on my local node albeit very slowly (not surprised).
I thus try to run this on our cluster (SGE).

Unfortunately I get an error message:

Code: Select all

./cosmomc: error while loading shared libraries: libclik_f90.so: cannot open shared object file: No such file or directory
I checked that the PATH and LD_LIBRARY_PATH are identical on my local machine and the cluster.
I checked that the file is in it's proper place within the cluster and it is found readily by the system.

Is there something I have missed?
Maybe in CosmoMC compilation?