소스 검색

note about openmp

Former-commit-id: 7121630cfe162856efd3fc2ebb6d841ba2f52cf9
Alec Jacobson 10 년 전
부모
커밋
a31719a6a6
1개의 변경된 파일7개의 추가작업 그리고 0개의 파일을 삭제
  1. 7 0
      README.md

+ 7 - 0
README.md

@@ -84,6 +84,13 @@ The `include/igl/cgal/*.h` headers depend on CGAL. It has come to our attention
 that CGAL does not work properly with GCC 4.8. To the best of our knowledge,
 GCC 4.7 and clang will work correctly.
 
+### OpenMP and Windows
+Some of our functions will take advantage of OpenMP if available. However, it
+has come to our attention that Visual Studio + Eigen does not work properly
+with OpenMP. Since OpenMP only improves performance without affecting
+functionality we recommend avoiding OpenMP on Windows or proceeding with
+caution.
+
 # Download
 You can keep up to date by cloning a read-only copy of our GitHub
 [repository](https://github.com/libigl).