![]() |
aGrUM
0.14.2
|
OpenMP wrappers implementation. More...
Go to the source code of this file.
Namespaces | |
gum | |
gum is the global namespace for all aGrUM entities | |
Functions | |
bool | gum::isOMP () |
Is OMP active ? More... | |
void | gum::setNumberOfThreads (unsigned int number) |
Set the number of threads to be used. More... | |
unsigned int | gum::getMaxNumberOfThreads () |
Returns the maximum number of threads at any time. More... | |
unsigned int | gum::getThreadNumber () |
Get the calling thread id. More... | |
unsigned int | gum::getNumberOfRunningThreads () |
Get the current number of running threads. More... | |
unsigned int | gum::getNumberOfLogicalProcessors () |
Get the number of logical processors. More... | |
void | gum::setNestedParallelism (bool value) |
Set nested parallelism (false bu default). More... | |
bool | gum::getNestedParallelism () |
Get nested parallelism status. More... | |
void | gum::setDynamicThreadsNumber (bool value) |
Set the dynamic threads number (false by default). More... | |
bool | gum::getDynamicThreadsNumber () |
Get the dynamic thread number adjustment status. More... | |
OpenMP wrappers implementation.
Definition in file OMPThreads_inl.h.