본문 바로가기
Development/Apple

맥북 파이참에서 OMP 에러

by dohk325 2018. 12. 23.
반응형

                                                                                                                                                                                                                  

                                                                                                                                                                                                                   

                                                                                                                                                         

                                                                                                                                                                                                              

                                                                                                                                                                                                              

OMP: Error #15: Initializing libiomp5.dylib, but found libiomp5.dylib already initialized.

 

OMP: Hint This means that multiple copies of the OpenMP runtime have been linked into the program. That is dangerous, since it can degrade performance or cause incorrect results. The best thing to do is to ensure that only a single OpenMP runtime is linked into the process, e.g. by avoiding static linking of the OpenMP runtime in any library. As an unsafe, unsupported, undocumented workaround you can set the environment variable KMP_DUPLICATE_LIB_OK=TRUE to allow the program to continue to execute, but that may cause crashes or silently produce incorrect results. For more information, please see http://www.intel.com/software/products/support/.

 

 

반응형

'Development > Apple' 카테고리의 다른 글

MacBook/MacOS 설치 USB 만드는 방법  (0) 2019.12.22
MacBook/단축키  (0) 2019.12.22
MacBook/PyCharm 단축키  (0) 2019.12.22
MacBook/압축 파일 암호화 방법  (0) 2019.12.22
MacBook/화면 캡쳐하는 방법  (0) 2019.12.22