Displaying 2 results from an estimated 2 matches for "kmp_duplicate_lib_ok".
2010 Apr 02
1
R abrupt exit
...ite annoyance problem while running R on Ubuntu 9.10.
When running the program, the system suddenly exit from the R
session with the following warnings:
############################ #############
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 contact
Intel(R) Premier Support.
Aborted
##########################################
I have t...
2010 Feb 03
1
ctrl-C aborts R when compiling package code with ICC+openMP
..., I usually just get "Aborted" before return to the bash prompt. Occasionally, though, I get this error:
OMP: Error #15: Initializing libguide.so, but found libguide.so 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 contact Intel(R) Premier Support.
But KMP_DUPLICATE_LIB_OK=TRUE changes nothing.
I had a lo...