맥2 맥북 파이참에서 OMP 에러 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 .. 2018. 12. 23. 맥, 터미널 명령어 cd = 해당 경로로 이동 합니다. - cd / pwd = 현제 경로를 표시합니다. ls = 조건 검색어 - ls st 파일 이름 중간에 st 를 포함한 모든 파일을 표시합니다. cp = 원본복사 - cp web /bin "web"폴더를 /bin에 복사합니다. mv = 원본이동 - mv web /bin "web"폴더를 /bin으로 이동합니다. rm = 원복삭제 - rm web or rm -r web "web"폴더를 삭제 합니다. mkdir = 폴더 생성 - mkdir web "web" 폴더를 현제 경로에 생성합니다. rmdir = 폴더삭제 - rmdir web "web" 폴더를 현제 경로에서 삭제합니다. touch = 파일생성 - touch web "web"의 무용량 파일을 생성 합니다. grep = 파.. 2018. 12. 20. 이전 1 다음