Intel® C++ Compiler
Community support and assistance for creating C++ code that runs on platforms based on Intel® processors.

fix: support for other languages

_heinz
Beginner
224 Views

IPP is part of "Intel Compiler Suite Pro" and "Parallel Studio"

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Currently IPP supports English and Japanese messages only and so locale catalogs for them.

There is no support for other languages.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

We can fix this.

fix support for other languages:

you can find the language code there http://technet.microsoft.com/en-us/library/cc287874.aspx

if you use a other language as 1033 (english) for instance german 1031

you can do following steps:

1.fix the 1033 dir for both ia32 and intel64:

copy the file libiomp5UI.dll from \\bin\\ia32\\1041 to \\bin\\ia32\\1033

copy the file libiomp5UI.dll from \\bin\\intel64\\1041 to \\bin\\intel64\\1033

2. create 1031 dir in ia31 and intel64 as following:

\\bin\\ia32\\1031

\\bin\\intel64\\1031

3. copy all files from \\bin\\ia32\\1033 to \\bin\\ia32\\1031

4. copy all files from \\bin\\intel64\\1033 to \\bin\\intel64\\1031

that's it.

for other languages you can do this fix analog.

this fixed the OMP: System error #126 for a other language

I did this in update5 of "Intel Compiler Suite Pro"

and analog in update5 of "Parallel Studio" Composer

Regards Heinz

0 Kudos
0 Replies
Reply