Rate This Document
Findability
Accuracy
Completeness
Readability

BlasGetParallel

Obtain the parallel type of KML_BLAS.

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"