#include <lvropenmp.hpp>
Static Public Member Functions | |
static int | getNumThreads () |
Returns the number of supported threads (or 1 if OpenMP is not supported) More... | |
static bool | haveOpenMP () |
True if OpenMP is supported. More... | |
static void | setMaxNumThreads () |
Enables the maximum number of parallel threads. More... | |
static void | setNumThreads (int n) |
Sets the number of used threads if OpenMP is used for parallelization. More... | |
Definition at line 39 of file lvropenmp.hpp.
|
static |
Returns the number of supported threads (or 1 if OpenMP is not supported)
Definition at line 70 of file lvropenmp.cpp.
|
static |
True if OpenMP is supported.
Definition at line 47 of file lvropenmp.cpp.
|
static |
Enables the maximum number of parallel threads.
Definition at line 63 of file lvropenmp.cpp.
|
static |
Sets the number of used threads if OpenMP is used for parallelization.
Definition at line 56 of file lvropenmp.cpp.