Warning message: Cannot open message catalog”1037libiomp5ui.dll”

Submit New Article

January 21, 2010 8:00 PM PST



Problem:
While running the application linked with IPP a command window is popped-up with the following text:
OMP: Warning #2: Cannot open message catalog "1037\libiomp5ui.dll":
OMP: System error #126: The specified module could not be found.
OMP: Info #3: Default messages will be used.


Root Case:
Currently IPP supports English and Japanese messages only and so locale catalogs for them.
There is no support for other languages.

Solution:
There are several workarounds for this issue:

1. set the environment variable, to suppress the run-time warnings
set KMP_WARNINGS=0
2. at the beginning of the code call routine kmp_set_defaults( “KMP_WARNINGS=0” ) (the Intel extension routine for OpenMP)
3. manually copy libomp5ui.dll (English version or Japanese one ) into 1037\libiomp5ui.d under corresponding binary catalog for Intel Compiler
e.g. <compiler_install_dir>\bin\ia32\1037\libiomp5ui.dll


Resolution:
we are going to fix the problem at the next release.


Do you need more help?


This article applies to: Intel® Integrated Performance Primitives Knowledge Base