Intel® Integrated Performance Primitives
Deliberate problems developing high-performance vision, signal, security, and storage applications.

Missing libsvml.a

Dettlaff__Dawid
Beginner
2,091 Views

Hello,

For the project I currently work  I need access to lisvml.a for Linux 64-bit architecture. Unfortunetly  I can find this lib in  <ipp directory>/lib or <intel compiler directory>/lib folders as suggested in this link https://software.intel.com/en-us/ipp-dev-guide-linking-options .

I would be grateful if you provide or indicate from where I can download this lib.

 

Best Regards,

 

Dawid

0 Kudos
3 Replies
Gennady_F_Intel
Moderator
2,091 Views

libsmvl is the Intel C Compiler runtime library and can find these libraries in <ipp directory>/lib or <intel compiler directory>/lib folders.

You should add a link to these libraries into your project or just source compilervars.sh intel64

( e.x - see into  this directory  /opt/intel/compilers_and_libraries_2019.2.187/linux/bin/ )

0 Kudos
Dettlaff__Dawid
Beginner
2,091 Views

Unfortunetly  I can't find this lib in  <ipp directory>/lib or <intel compiler directory>/lib folders as suggested in this link https://software.intel.com/en-us/ipp-dev-guide-linking-options . I can't find also in /opt/intel/compilers_and_libraries_2019.2.187/linux/bin/

0 Kudos
Gennady_F_Intel
Moderator
2,091 Views

pls take a look into  /opt/intel/compilers_and_libraries_2019.2.187/linux/compiler/lib/intel64 directory

the directory /opt/intel/compilers_and_libraries_2019.2.187/linux/bin  contains compilervars.sh script which will help you to set the needed environment variables...

0 Kudos
Reply