1flexiblas_set_num_threads(3) The FlexiBLAS Libraryflexiblas_set_num_threads(3)
2
3
4

NAME

6       flexiblas_set_num_threads  -  set  the  number  of  threads the backend
7       should use for computation.
8
9

SYNOPSIS

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

DESCRIPTION

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

ERRORS

33       No errors occur.
34
35

REPORTING BUGS

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

AUTHORS

45        Martin Koehler, Jens Saak
46
47
49       Copyright (C) 2013-2020 Martin Koehler
50

LICENSE

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_set_num_threads(3)
Impressum