As before, I am running Scientific Linux SL release 5.4 (Boron) with python 2.7.1 and mkl 11.1 046 and no root privileges (UCL Starlink).
Scons installs galsim fine.
Then when I want to import GalSim I get:
>>> import galsim
*** libmkl_mc3.so *** failed with error : /opt/intel/Compiler/11.1/046/mkl/lib/em64t/libmkl_mc3.so: undefined symbol: mkl_dft_commit_descriptor_s_c2c_md_omp
*** libmkl_def.so *** failed with error : /opt/intel/Compiler/11.1/046/mkl/lib/em64t/libmkl_def.so: undefined symbol: mkl_dft_commit_descriptor_s_c2c_md_omp
MKL FATAL ERROR: Cannot load neither libmkl_mc3.so nor libmkl_def.so
bash-3.2$
It seems that mkl libraries are missing, or were wrongly linked.
Is anyone familiar with this kind of situation?
As before, I am running Scientific Linux SL release 5.4 (Boron) with python 2.7.1 and mkl 11.1 046 and no root privileges (UCL Starlink).
Scons installs galsim fine.
Then when I want to import GalSim I get:
It seems that mkl libraries are missing, or were wrongly linked.
Is anyone familiar with this kind of situation?