1flexiblas_set_num_threads(3) The FlexiBLAS Libraryflexiblas_set_num_threads(3)
2
3
4
6 flexiblas_set_num_threads - set the number of threads the backend
7 should use for computation.
8
9
11 #include <flexiblas/flexiblas_api.h>
12
13 void flexiblas_set_num_threads(int num);
14
15 and as weak aliases
16
17 void openblas_set_num_threads(int num);
18 void mkl_set_num_threads(int num);
19 void blas_set_num_threads(int num);
20 void acmlsetnumthreads(int num);
21
22 Link with -lflexiblas.
23
24
26 flexiblas_set_num_threads function changes the number of threads used
27 for computation if the backend supports this. The aliases exist for
28 compatibility reasons with other BLAS implementations like Intel MKL,
29 OpenBLAS, or AMD ACML.
30
31
33 No errors occur.
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-2022 Martin Koehler
50
52 License GPLv3+: GNU GPL version 3 or later <http://gnu.org/li‐
53 censes/gpl.html>. This is free software: you are free to change and
54 redistribute it. There is NO WARRANTY, to the extent permitted by law.
55
56
57
58
59M. Koehler 2013-2022 flexiblas_set_num_threads(3)