get_max_threads:
Get the maximum number of threads available
Description
This is a wrapper for the OpenMP-function omp_get_max_threads(), hence the function will
report the result of the according omp-function.
Note: The returned value does not necessarily reflect the number of physical cores present but in most
cases it will.
Usage
get_max_threads()
Arguments
Value
Returns the value reported by omp_get_max_threads()