Kaynağa Gözat

note about openmp

Former-commit-id: 7121630cfe162856efd3fc2ebb6d841ba2f52cf9
Alec Jacobson 10 yıl önce
ebeveyn
işleme
a31719a6a6
1 değiştirilmiş dosya ile 7 ekleme ve 0 silme
  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).