1flexiblas_print_current_backenTdh(e3)FlexiBLAS Lifblreaxriyblas_print_current_backend(3)
2
3
4
6 flexiblas_print_current_backend - prints the currently loead/active
7 backend to a file.
8
9
11 #include <flexiblas/flexiblas_api.h>
12
13 void flexiblas_print_current_backend(FILE *fp);
14
15 Link with -lflexiblas.
16
17
19 flexiblas_print_current_backend prints the currently loaded/active
20 FlexiBLAS backend to the file addressed by fp. The standard output std‐
21 out can also be used as file.
22
23
25 None.
26
27
29 No errors occur.
30
31
33 The current information about the developers and reporting bugs can be
34 found on the FlexiBLAS homepage.
35
36 FlexiBLAS Homepage: <http://www.mpi-magdeburg.mpg.de/projects/flexi‐
37 blas>
38
39
41 flexiblas_current_backend(3)
42
44 Martin Koehler, Jens Saak
45
46
48 Copyright (C) 2013-2020 Martin Koehler
49
51 License GPLv3+: GNU GPL version 3 or later
52 <http://gnu.org/licenses/gpl.html>. This is free software: you are
53 free to change and redistribute it. There is NO WARRANTY, to the
54 extent permitted by law.
55
56
57
58
59M. Koehler Mar. 2017flexiblas_print_current_backend(3)