BlasGetParallel
Interface Definition
int BlasGetParallel(void)
Return Value
- If 0 is returned, KML_BLAS is a single-thread math library.
- If 1 is returned, KML_BLAS is a common multi-thread math library.
- If 2 is returned, KML_BLAS is an OpenMP multi-thread math library.
Dependency
#include "kblas.h"
Parent topic: Support Functions