OpenMP fixes
This MR contains a fix related to OpenMP:
- On Windows, OpenMP 2 does not support unsigned integral types in parallel for loops
Related to #1761 (closed)
Edited by Guillaume Pasero
Merge request reports
Activity
added 1 commit
- 3e824734 - Revert "BUG: #1761 (closed): fix openMP linker flag"
This branch fixes the compilation on Windows, however some machine learning tests are impacted: there is an access violation error at the closure of the application (only the return code shows the problem).
I propose to merge this branch anyway as it allows to compile properly on Windows.
mentioned in commit 94539631
mentioned in issue #1761 (closed)
mentioned in issue #1722 (closed)
changed milestone to %7.0.0
Please register or sign in to reply