I am trying to build the openFOAM adapter on a distributed system or cluster. The precice build and installation is all successful. But when I try to build the adapter, I think it has some linking problems. Could it be confirmed?. The ldd.log file show that OpenFOAM libraries are not found. For example:
libmeshTools.so => not found
libcompressibleTurbulenceModels.so => not found
libincompressibleTurbulenceModels.so => not found
libimmiscibleIncompressibleTwoPhaseMixture.so => not found......
.........
libOpenFOAM.so => not found
libPstream.so => not found
libturbulenceModels.so => not found
libincompressibleTransportModels.so => not found
..................................
How can I tell the compiler to find these .so files location?. Should I change something in Make/options file?
Thanks for any help!