1flexiblas_print_loaded_backendTsh(e3)FlexiBLAS Lifblreaxriyblas_print_loaded_backends(3)
2
3
4
6 flexiblas_print_loaded_backends - prints the loaded FlexiBLAS backends
7 to a file.
8
9
11 #include <flexiblas/flexiblas_api.h>
12
13 void flexiblas_print_loaded_backends(FILE *fp);
14
15 Link with -lflexiblas.
16
17
19 flexiblas_print_loaded_backends prints the list of currently loaded
20 FlexiBLAS backends to the file addressed by fp. The standard output
21 stdout 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 Martin Koehler, Jens Saak
42
43
45 Copyright (C) 2013-2022 Martin Koehler
46
48 License GPLv3+: GNU GPL version 3 or later <http://gnu.org/li‐
49 censes/gpl.html>. This is free software: you are free to change and
50 redistribute it. There is NO WARRANTY, to the extent permitted by law.
51
52
53
54
55M. Koehler 2013-2022flexiblas_print_loaded_backends(3)