1flexiblas_get_num_threads(3) The FlexiBLAS Libraryflexiblas_get_num_threads(3)
2
3
4
6 flexiblas_get_num_threads - Get the number of threads the backend uses
7 for computation.
8
9
11 #include <flexiblas/flexiblas_api.h>
12
13 int flexiblas_get_num_threads();
14
15 and as weak aliases
16
17 int openblas_get_num_threads();
18 int mkl_get_num_threads();
19 int blas_get_num_threads();
20 int acmlgetnumthreads();
21
22 Link with -lflexiblas.
23
24
26 flexiblas_get_num_threads function gets the number of threads used for
27 computation if the backend supports this. The aliases exist for compat‐
28 ibility reasons with other BLAS implementations like Intel MKL, Open‐
29 BLAS, or AMD ACML.
30
31
33 If the backends does not support it, one is returned.
34
35
37 The current information about the developers and reporting bugs can be
38 found on the FlexiBLAS homepage.
39
40 FlexiBLAS Homepage: <http://www.mpi-magdeburg.mpg.de/projects/flexi‐
41 blas>
42
43
45 Martin Koehler, Jens Saak
46
47
49 Copyright (C) 2013-2020 Martin Koehler
50
52 License GPLv3+: GNU GPL version 3 or later
53 <http://gnu.org/licenses/gpl.html>. This is free software: you are
54 free to change and redistribute it. There is NO WARRANTY, to the
55 extent permitted by law.
56
57
58
59
60M. Koehler Mar. 2017 flexiblas_get_num_threads(3)