- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
nohup a.out > dump &
I get the error message and hints given below in my dump file. I'm not sure what any of this means.
Thanks for your help.
Caitlin
OMP: Warning #2: Cannot open message catalog "libiomp5.cat":
OMP: System error #2: (null)
OMP: Hint: Check NLSPATH environment variable, its value is "(null)".
OMP: Info #3: Default messages will be used.
OMP: Error #15: Initializing libiomp5.dylib, but found libiomp5.dylib already initialized.
OMP: Hint: This may cause performance degradation and correctness issues. Set environment variable KMP_DUPLICATE_LIB_OK=TRUE to ignore this problem and force the program to continue anyway. Please note that the use of KMP_DUPLICATE_LIB_OK is unsupported and using it may cause undefined behavior. For more information, please see http://www.intel.com/software/products/support/.
forrtl: error (76): Abort trap signal
Image PC Routine Line Source
libSystem.B.dylib 00007FFF80F3AF17 Unknown Unknown Unknown
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
This Knowledge Base article (here) will help explain some of this. Just guessing but maybe you compiled with -static or -fast (which implies -static).In addition to compiler options you currently use, also compile with: -openmp-link dynamic to see if this resolves the error.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
This Knowledge Base article (here) will help explain some of this. Just guessing but maybe you compiled with -static or -fast (which implies -static).In addition to compiler options you currently use, also compile with: -openmp-link dynamic to see if this resolves the error.
One possible source of confusion would be that setting -openmp inherently links OpenMP library, and it is not good to specify such a library explicitly in addition, as the performance library instructions imply you should do (and could require if you didn't set -openmp).
The question of whether you have set up correctly to get the run-time message in a language of your choice is another issue.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Embedded link in the earlier post is valid, but here's the URL: http://software.intel.com/en-us/articles/omp-error-15-initializing-libguidedylib-but-found-libiomp5dylib-already-initialized/

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