- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
[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?
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page