Intel® Integrated Performance Primitives
Deliberate problems developing high-performance vision, signal, security, and storage applications.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

IPP libraries have undefined reference

perrottg
Beginner
519 Views

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.

0 Kudos
1 Reply
Chao_Y_Intel
Moderator
519 Views

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

0 Kudos
Reply