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-2022 Martin Koehler
52
54 License GPLv3+: GNU GPL version 3 or later <http://gnu.org/li‐
55 censes/gpl.html>. This is free software: you are free to change and
56 redistribute it. There is NO WARRANTY, to the extent permitted by law.
57
58
59
60
61M. Koehler 2013-2022 flexiblas_current_backend(3)