1flexiblas_current_backend(3) The FlexiBLAS Libraryflexiblas_current_backend(3)
2
3
4
6 flexiblas_current_backend - return the name of the currently used back‐
7 end.
8
9
11 #include <flexiblas/flexiblas_api.h>
12
13 int flexiblas_current_backend(char * name, size_t *len );
14
15 Link with -lflexiblas.
16
17
19 flexiblas_current_backend copies the name of the currently loaded back‐
20 end to the buffer addressed by name of length len. If the name is
21 longer than the buffer on the first len-1 characters are copied.
22
23
24
26 On success, the length of the backend's name determined by strlen.
27
28
30 No errors occur.
31
32
34 flexiblas_list_loaded(3), flexiblas_list(3), flexiblas_print_cur‐
35 rent_backend(3)
36
37
39 The current information about the developers and reporting bugs can be
40 found on the FlexiBLAS homepage.
41
42 FlexiBLAS Homepage: <http://www.mpi-magdeburg.mpg.de/projects/flexi‐
43 blas>
44
45
47 Martin Koehler, Jens Saak
48
49
51 Copyright (C) 2013-2020 Martin Koehler
52
54 License GPLv3+: GNU GPL version 3 or later
55 <http://gnu.org/licenses/gpl.html>. This is free software: you are
56 free to change and redistribute it. There is NO WARRANTY, to the
57 extent permitted by law.
58
59
60
61
62M. Koehler Mar. 2017 flexiblas_current_backend(3)