Intel® oneAPI Math Kernel Library
Ask questions and share information with other developers who use Intel® Math Kernel Library.
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.
7234 Discussions

Where are the symbols (pdbs) for OpenMP library libiomp5md 2024.1.0.968 ?

Alois
Beginner
364 Views

I have downloaded several redist packages from 

https://www.intel.com/content/www/us/en/developer/articles/tool/compilers-redistributable-libraries-by-version.html

 

The redist package for 2024.0.0.49848 contains pdbs for OpenMP 

 

C:\tmp>dir /s libiomp5md.* /b
C:\tmp\Target_2024.0.0.49848\Intel\Shared Libraries\bin\libiomp5md.dll
C:\tmp\Target_2024.0.0.49848\Intel\Shared Libraries\bin\libiomp5md.pdb
C:\tmp\Target_2024.0.0.49848\Intel\Shared Libraries\bin32\libiomp5md.dll
C:\tmp\Target_2024.0.0.49848\Intel\Shared Libraries\bin32\libiomp5md.pdb
C:\tmp\Target_2024.1.0.968\Intel\Shared Libraries\bin\libiomp5md.dll
C:\tmp\Target_2024.1.0.968\Intel\Shared Libraries\bin32\libiomp5md.dll
C:\tmp\Target_2024.1.0.968\Intel\Shared Libraries\lib\libiomp5md.lib

 

but the 2024.1.0.968 package does not come with any pdb. This prevents profiling tools to resolve OpenMP methods which are useful to find issues. 

Are pdbs no longer published or was this an oversight? I would have expected to have the symbols on your public symbol server like: https://software.intel.com/sites/downloads/symbols/. 

That would keep your installer smaller and who needs the symbols can access them via the symbol server when needed. 

 

0 Kudos
0 Replies
Reply