BlasGetNumProcs
Obtain the number of physical cores of a host.
Interface Definition
int BlasGetNumProcs(void)
Return Value
In the case of a single thread, 1 is returned. In the case of multiple threads, the number of physical cores of the host is returned.
Dependencies
#include "kblas.h"
Parent topic: Support Functions