From 13b4f0d020d0a8ca97490e00ff5829cfe1cb8436 Mon Sep 17 00:00:00 2001 From: robertohueso Date: Mon, 15 Oct 2018 13:18:35 +0200 Subject: [PATCH] Update OMP docs to fit #1474 --- doc/guide/build.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/guide/build.hpp b/doc/guide/build.hpp index cb993d5deba..f1262567cab 100644 --- a/doc/guide/build.hpp +++ b/doc/guide/build.hpp @@ -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.