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