Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
29234 Discussions

OMP: cannot open libiomp5.cat on IFort 11.1.069

drraug
Beginner
612 Views
[bash]$ ifort -V
Intel Fortran Intel 64 Compiler Professional for applications running on Intel 64, Version 11.1 Build 20100203 Package ID: l_cprof_p_11.1.069

$ uname -a
Linux hostname 2.6.32 #1 SMP PREEMPT Thu Feb 25 14:19:27 MSK 2010 x86_64 GNU/Linux

$ . /opt/intel/Compiler/11.1.069/bin/ifortvars.sh intel64

$ make
.....{all ok}

$ main
OMP: Warning #2: Cannot open message catalog "libiomp5.cat":
OMP: System error #2: No such file or directory
OMP: Hint: Check NLSPATH environment variable, its value is "/opt/intel/Compiler/11.1/069/lib/intel64/locale/%l_%t/%N:/opt/intel/Compiler/11.1/069/mkl/lib/em64t/locale/%l_%t/%N:/opt/intel/Compiler/11.1/069/idb/intel64/locale/%l_%t/%N".
OMP: Hint: Check LANG environment variable, its value is "ru_RU.KOI8-R".
OMP: Info #3: Default messages will be used.
reading ../Chem/test6-7/c2h6/12/_xA...
{all ok}[/bash]

I did not have this messages with previous 11.1.059 version of compiler. Can you comment this?
0 Kudos
1 Reply
TimP
Honored Contributor III
612 Views
The only libiomp5.cat provided with my copy of this compiler is the one for Japanese support. Apparently, these warnings come out when LANG is set so as to imply a requirement for possible OpenMP run time error messages in languages other than English or Japanese.
0 Kudos
Reply