- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Ihave what appears to be library linking issues, specifically I am seeing undefined references from the IPP libraries. The error is:
../libippcore.so.7.0: undefined reference to 'kmpc_unset_affinity_mask_proc@VERSION'
I get several of these errors. The only place I found these symbols was in my version of the Fortran Compiler libguide, however they do not have the @VERSION.
Currently using: Intel 10.1, IPP 7.0.205, MKL, 10.0.5, FCE 10.1.018
Do I somehow need to install the IPP library further. The install scripts just set envrionment variables to the lib and include folder locations.
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
These symbols are the OpeMP runtime libraries. Could you add the libraries into the link command line, like?
-L /opt/intel/composerxe/compiler/lib/ia32(intel64) -liomp5 -lpthread
Thanks,
Chao
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page