When I built my program with MKL statically (.a files), everything was fine. But, when I built the code with those .dylib files and ran it, I got following errors:
dyld: Symbol not found: _MKL_Detect_Cpu_Global_Lock
Referenced from: /opt/intel/compilers_and_libraries_2017.4.181/mac/mkl/lib/libmkl_intel_lp64.dylib
Expected in: flat namespace
in /opt/intel/compilers_and_libraries_2017.4.181/mac/mkl/lib/libmkl_intel_lp64.dylib
Abort trap: 6
What does this usually imply? I tried to add the directory containing .dylib files into $PATH, but it didn't help.
Thread Topic:
Question