OpenMS
2.7.0
|
Struct with some static methods to get informations on the build configuration. More...
#include <OpenMS/SYSTEM/BuildInfo.h>
Static Public Member Functions | |
static bool | isOpenMPEnabled () |
Checks if OpenMP was enabled during build, based on the _OPENMP macro. More... | |
static String | getBuildType () |
Get the build type used during building the OpenMS library. More... | |
static Size | getOpenMPMaxNumThreads () |
Get the maximum number of threads that OpenMP will use (including hyperthreads) Note: This could also be limited by the OMP_NUM_THREADS environment variable Returns 1 if OpenMP was disabled. More... | |
Struct with some static methods to get informations on the build configuration.
|
inlinestatic |
Get the build type used during building the OpenMS library.
|
inlinestatic |
Get the maximum number of threads that OpenMP will use (including hyperthreads) Note: This could also be limited by the OMP_NUM_THREADS environment variable Returns 1 if OpenMP was disabled.
|
inlinestatic |
Checks if OpenMP was enabled during build, based on the _OPENMP macro.