- Microsoft Windows* (XP, Vista, 7)
- C/C++
- Intel® Composer XE
- Intel® Parallel Composer
- Intel® Integrated Performance Primitives
- ippiResize
- cpu usage
- IPP threaded function
- KMP_BLOCKTIME
- OpenMP*
- Threading
For who still hope to keep IPP build-in thread functionatlity, you may change the IPP OpenMP thread execution mode by
setting environment variable in system, KMP_BLOCKTIME=0
or setting it before run your application.
>set KMP_BLOCKTIME=0
>run.bat
or call OpenMP function kmp_set_blocktime(0).
Notes*: The function kmp_set_blocktime() is from Intel OpenMP* run-time library libiomp*.lib/dll.
regards, Igor