c++ - Intel Compiler Warning with MIC - missing Libraries -



c++ - Intel Compiler Warning with MIC - missing Libraries -

while compiling+linking mic (intel xeon phi coprocessor) code, got warnings.

x86_64-k1om-linux-ld: warning: libimf.so, needed /usr/local/intel/parallel_studio_xe_2013_sp1/composer_xe_2015.0.090/compiler/lib/mic/liboffload.so.5, not found (try using -rpath or -rpath-link) x86_64-k1om-linux-ld: warning: libsvml.so, needed /usr/local/intel/parallel_studio_xe_2013_sp1/composer_xe_2015.0.090/compiler/lib/mic/liboffload.so.5, not found (try using -rpath or -rpath-link) x86_64-k1om-linux-ld: warning: libirng.so, needed /usr/local/intel/parallel_studio_xe_2013_sp1/composer_xe_2015.0.090/compiler/lib/mic/liboffload.so.5, not found (try using -rpath or -rpath-link) x86_64-k1om-linux-ld: warning: libintlc.so.5, needed /usr/local/intel/parallel_studio_xe_2013_sp1/composer_xe_2015.0.090/compiler/lib/mic/liboffload.so.5, not found (try using -rpath or -rpath-link)

but these libraries existing , code compiling+linking , executable. intel c++ compiler used.

you don't compiler options using if compiling code run native on coprocessor (if using -mmic on compiler command), these messages not harmful. offload libraries not used when run programme straight on coprocessor. i'm not sure why loader thinks needs libraries not needed, hence not link, hence loader thinks library missing. no amount of playing library paths going create warning go away.

c++ icc xeon-phi linker-warning intel-composer

Comments

Popular posts from this blog

xslt - DocBook 5 to PDF transform failing with error: "fo:flow" is missing child elements. Required content model: marker* -

mediawiki - How do I insert tables inside infoboxes on Wikia pages? -

Local Service User Logged into Windows -