- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I use MKL from C++ Compiler 11.1.054 Professional Edition for Windows package. I used vdCos function. When I try to run my application at Windows XP with Russian region standards settings it crushed with message:
OMP: Warning #2: Cannot open message catalog "1049\\libiomp5ui.dll":
OMP: System error #126: .
OMP: Info #3: Default messages will be used.
If I change region standards to US English, then application works good. Test case is very simple:
#include "mkl.h"
#define N 10000
int main(int argc, char **argv)
{
int i = N;
double arg
,res ; for(i = 0; i
{
arg = 0.01*i;
}
vdCos( N, arg, res );
return 0;
}
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello, Gennady
Thank you for timely answer. I saw there a lot of complains of community's members. I believe that issue isn't difficult to fix but we don't see progress on that side. Can you tell us when fix is expected? May be Intel's authority can provide that info to us.
Thank you,
Dmitry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

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