I installed CS with a gcc which is compiled with dependencies that are in non standard path.
The installation succeed and then I use the Module tool to load gcc, openmpi, python matching code_saturne installation.
Some computations succeed when not using user source file needing compilation.
Now I am trying to run a computation that need to compile user source file and have an error regarding gcc dependencies not found :
Code: Select all
/home/applis/compil/gcc450/libexec/gcc/x86_64-unknown-linux-gnu/4.5.0/f951: error while loading shared libraries: libcloog.so.0: cannot open shared object file: No such file or directory
gfortran -I /toto/RESU/20140317-1401/src_saturne -I /home/applis/code_saturne/3.2.1/gcc-4.5.0/include/code_saturne -x f95-cpp-input -Wall -O -c /toto/RESU/20140317-1401/src_saturne/cs_user_extra_operations.f90
How can I fix this issue ?