Hi!
When I run a program on mic0 after compiled with -mmic option, it returned
error while loading shared libraries: libiomp5.so: cannot open shared object file: No such file or directory
I've read this thread.
When I used find / -name "libiomp5.so" command, it returned
/opt/intel/composer_xe_2013_sp1.2.144/compiler/lib/intel64/libiomp5.so
/opt/intel/composer_xe_2013_sp1.2.144/compiler/lib/mic/libiomp5.so
/opt/intel/composer_xe_2013_sp1.2.144/compiler/lib/ia32/libiomp5.so
Which one should I add to the LD_LIBRARY_PATH?
Do I need to use export LD_LIBRARY_PATH= command? If so, what should be typed after the = ?
Thanks!