Intel® Integrated Performance Primitives
Deliberate problems developing high-performance vision, signal, security, and storage applications.
Announcements
FPGA community forums and blogs have moved to the Altera Community. Existing Intel Community members can sign in with their current credentials.
6815 Discussions

How to supress the "KMP_AFFINITY" Message in cmd window

detlef_stralaudynami
670 Views
Hi at all,

some poeple reported me (AMD Users), that they got the "KMP_AFFINITY" Alert message on cmd shell. How can i supress this ?

kmp_set_warnings_off();	
kmp_set_defaults("KMP_AFFINITY=nowarnings");


Does not work !!!

Best Regards,

Detlef
0 Kudos
2 Replies
igorastakhov
New Contributor II
670 Views

Hi Detlef,

I think that to a greater extent it is a question for compiler forum - IPP project is just a customer for Intel OMP libraries - and this warning is coming from OMP runtime library (libguide).

Regards,
Igor

0 Kudos
Naveen_G_Intel
Employee
670 Views

Hi,

As igor suggested, can you submit this question in to Intel C++ Compiler forum?, C++ experts will answer your question.

Regards,

Naveen Gv

0 Kudos
Reply