Skip to content

Commit

Permalink
Update OMP docs to fit mlpack#1474
Browse files Browse the repository at this point in the history
  • Loading branch information
robertohueso committed Oct 15, 2018
1 parent 648a039 commit 13b4f0d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/guide/build.hpp
Expand Up @@ -146,6 +146,8 @@ The full list of options mlpack allows:
- FORCE_CXX11=(ON/OFF): assume that the compiler supports C++11 instead of
checking; be sure to specify any necessary flag to enable C++11 as part
of CXXFLAGS (default OFF)
- USE_OPENMP=(ON/OFF): compile mlpack with support for OpenMP parallelization
if available (default ON)
Each option can be specified to CMake with the '-D' flag. Other tools can also
be used to configure CMake, but those are not documented here.
Expand Down

0 comments on commit 13b4f0d

Please sign in to comment.