I am a user of OSX 10.11.1 (but the following happened while I was using OSX 10.10).
It seems to me since I started to use /opt/intel/composer_xe_2015.3.187/compiler, I have been encountering the following troubles.
When my code run, I have the message
dyld: Library not loaded: libmkl_intel_lp64.dylib
Referenced from: /Users/iwatasue/bin/Molyx/debug/two.x
Reason: image not found
I examined the environment as
KyoRyu:/<3>Molyx/Ne_n%printenv |grep DYLD
65:DYLD_LIBRARY_PATH=/opt/intel/composer_xe_2015.3.187/compiler/lib:/opt/intel/composer_xe_2015.3.187/compiler/lib/intel64:/opt/intel/composer_xe_2015.3.187/compiler/lib:/opt/intel/composer_xe_2015.3.187/mkl/lib:/opt/intel/Compiler/11.1/058/lib:/opt/intel/Compiler/11.1/058/lib/intel64
Obviously the link was correctly set.
Could somebody help me?