Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
29257 Discussões

OMP: Warning #2: Cannot open message catalog 1053libiompui.dll

Henrik2
Principiante
1.180 Visualizações
Hi,

After installing IVF 11.1.054 (previous version was 11.1.0.51) I get the following error when the program is executed (I am using OpenMP).

OMP: Warning #2: Cannot open message catalog 1053\libiomp5ui.dll
OMP: System error #126: a message in Swedish. Translation: The module can not be found
OMP: Info #3: Default message will be used.

I do not have the folder 1053 under the IVF compiler folder. But I have a folder named 1041 with thelibiomp5ui.dll file

It did not help to deinstall the previous version of IVF.

I also see that the help on IVF 11.1.054 does not seem work after deinstalling version 11.1.0.51.

I am using a Swedish version of Windows Vista 64bit.

Thanks,
Henrik
0 Kudos
4 Respostas
Steven_L_Intel1
Funcionário
1.180 Visualizações

Thanks - we're aware of the OMP warning and are working on a fix. If you want to go back to 051, uninstall Update 4, reinstall Update 3 ans make sure the PATH environment variable points to the 051 LIB folder.
Henrik2
Principiante
1.180 Visualizações

Thanks - we're aware of the OMP warning and are working on a fix. If you want to go back to 051, uninstall Update 4, reinstall Update 3 ans make sure the PATH environment variable points to the 051 LIB folder.

Ok,

I am now using 051 again.

Thanks,
Henrik

barragan_villanueva_
Contribuidor valorado I
1.180 Visualizações

Hi,

You can suppress warnings by setting in environment:

KMP_AFFINITY=nowarnings

Let me know if it works for you
Steven_L_Intel1
Funcionário
1.180 Visualizações
This should be fixed in 11.1 Update 6, available now.
Responder