kml_set_thread_num
Set the number of threads executed by a Sparse BLAS library interface function. (This function is not reentrant.)
Interface Definition
C interface:
kml_sparse_status_t kml_set_thread_num(const int thread_num);
Fortran interface:
RES = KML_SET_THREAD_NUM(THREAD_NUM);
Parameters
Parameter |
Type |
Description |
Input/Output |
|---|---|---|---|
thread_num |
Integer |
Number of threads. The value ranges from 1 to 256. |
Input |
Return Value
Function execution status. The enumeration type is kml_sparse_status_t.
Parent topic: Support Functions