flexiblas_current_backend - Man Page
return the name of the currently used backend.
Synopsis
#include <flexiblas/flexiblas_api.h>
int flexiblas_current_backend(char * name, size_t *len );
Link with -lflexiblas.
Description
flexiblas_current_backend copies the name of the currently loaded backend to the buffer addressed by name of length len. If the name is longer than the buffer on the first len-1 characters are copied.
Return Value
On success, the length of the backend's name determined by strlen.
Errors
No errors occur.
See Also
flexiblas_list_loaded(3), flexiblas_list(3), flexiblas_print_current_backend(3)
Reporting Bugs
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>
Authors
Martin Koehler, Jens Saak
Copyright
Copyright (C) 2013-2022 Martin Koehler
License
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.
Referenced By
flexiblas_print_current_backend(3).