flexiblas_print_avail_backends - prints the available FlexiBLAS backends to a file.
#include <flexiblas/flexiblas_api.h>
void flexiblas_print_avail_backends(FILE *fp);
Link with -lflexiblas.
flexiblas_print_avail_backends prints the list of currently available FlexiBLAS backends to the file addressed by fp. The standard output stdout can also be used as file.
None.
No errors occur.
The current information about the developers and reporting bugs can be found on the FlexiBLAS homepage.
FlexiBLAS Homepage: <http://www.mpi-magdeburg.mpg.de/projects/flexiblas>
Martin Koehler, Jens Saak
Copyright (C) 2013-2022 Martin Koehler
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>. This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law.