Intel® oneAPI Math Kernel Library
Ask questions and share information with other developers who use Intel® Math Kernel Library.

KMP_AFFINITY on AMD processor

ZlamalJakub
New Contributor III
1,741 Views
When I run my code which uses MKL on computer with AMD FX 4100 Quad core processor (Windows 7 64bit), I obtain following warnings in console window:

OMP: Warning #72: KMP_AFFINITY: affinity only supported for Intel processors.
OMP: Warning #71: KMP_AFFINITY: affinity not supported, using "disabled".

I tried to set environment variable KMP_AFFINITY=none or KMP_AFFINITY=disabled, but warnings appear permanently.

Is there any setting to aviod these warnings (My application is windows application so console window is disturbing)



0 Kudos
1 Reply
Gennady_F_Intel
Moderator
1,741 Views
pls check this thread on IPP forum - it seems the similar problem was disscussed there.
0 Kudos
Reply