| December 30, 2009 7:00 AM PST | |
Reference Number : DPD200148838
Version : 11.1.054
Product :
Intel C/C++ Compiler Pro Edition for Windows
Intel Fortran Compiler Pro Edition for Windows
Operating System : Windows
Problem Description :
When upgrade the windows compiler to 11.1.054, the OPENMP application may report the following warning/error:
Version : 11.1.054
Product :
Intel C/C++ Compiler Pro Edition for Windows
Intel Fortran Compiler Pro Edition for Windows
Operating System : Windows
Problem Description :
When upgrade the windows compiler to 11.1.054, the OPENMP application may report the following warning/error:
...
OMP: Warning #2: Cannot open message catalog "1041\libiomp5ui.dll":
OMP: System error #126: Could not find the specified module.
OMP: Info #3: Default messages will be used.
...
The condition causing the application to always emit these OMP messages involves building the OMP application on an English Windows system and then executing the program on a non-English Windows system.
Resolution Status :
You may workaround this issue by setting the environment variable KMP_WARNINGS to 0, or call kmp_set_warnings_off() in the initialization part of your application explicitly to close the warning.
The issue has been fixed in the compiler Update 6 release. Please download the new compiler Update6 release for the fix.
[DISCLAIMER: The information on this web site is intended for hardware system manufacturers and software developers. Intel does not warrant the accuracy, completeness or utility of any information on this site. Intel may make changes to the information or the site at any time without notice. Intel makes no commitment to update the information at this site. ALL INFORMATION PROVIDED ON THIS WEBSITE IS PROVIDED "as is" without any express, implied, or statutory warranty of any kind including but not limited to warranties of merchantability, non-infringement of intellectual property, or fitness for any particular purpose. Independent companies manufacture the third-party products that are mentioned on this site. Intel is not responsible for the quality or performance of third-party products and makes no representation or warranty regarding such products. The third-party supplier remains solely responsible for the design, manufacture, sale and functionality of its products. Intel and the Intel logo are trademarks or registered trademarks of Intel Corporation or its subsidiaries in the United States and other countries. *Other names and brands may be claimed as the property of others.]
OMP: Warning #2: Cannot open message catalog "1041\libiomp5ui.dll":
OMP: System error #126: Could not find the specified module.
OMP: Info #3: Default messages will be used.
...
The condition causing the application to always emit these OMP messages involves building the OMP application on an English Windows system and then executing the program on a non-English Windows system.
Resolution Status :
You may workaround this issue by setting the environment variable KMP_WARNINGS to 0, or call kmp_set_warnings_off() in the initialization part of your application explicitly to close the warning.
The issue has been fixed in the compiler Update 6 release. Please download the new compiler Update6 release for the fix.
[DISCLAIMER: The information on this web site is intended for hardware system manufacturers and software developers. Intel does not warrant the accuracy, completeness or utility of any information on this site. Intel may make changes to the information or the site at any time without notice. Intel makes no commitment to update the information at this site. ALL INFORMATION PROVIDED ON THIS WEBSITE IS PROVIDED "as is" without any express, implied, or statutory warranty of any kind including but not limited to warranties of merchantability, non-infringement of intellectual property, or fitness for any particular purpose. Independent companies manufacture the third-party products that are mentioned on this site. Intel is not responsible for the quality or performance of third-party products and makes no representation or warranty regarding such products. The third-party supplier remains solely responsible for the design, manufacture, sale and functionality of its products. Intel and the Intel logo are trademarks or registered trademarks of Intel Corporation or its subsidiaries in the United States and other countries. *Other names and brands may be claimed as the property of others.]
Do you need more help?
This article applies to: Intel® C++ Compiler for Windows* Knowledge Base, Intel® Visual Fortran Compiler for Windows* Knowledge Base
For more complete information about compiler optimizations, see our Optimization Notice.
Comments (2) 
| May 21, 2010 3:52 AM PDT
Om Sachan (Intel)
| It is fixed in ICC Pro 11 update 6. |
Trackbacks (0)
Leave a comment 
To obtain technical support, please go to Software Support.


Feng Yang