1flexiblas_get_version(3)     The FlexiBLAS Library    flexiblas_get_version(3)
2
3
4

NAME

6       flexiblas_avail  - check if FlexiBLAS is available in the current name‐
7       space.
8

SYNOPSIS

10       #include <flexiblas/flexiblas_api.h>
11
12       int flexiblas_avail();
13
14       Link with -lflexiblas or -lflexiblas_api.
15
16

DESCRIPTION

18       flexiblas_avail returns true if FlexiBLAS is available in  the  current
19       shared library namespace otherwise false is returned. This function can
20       be used to check if in an update-alternative enviroment the  used  BLAS
21       library  is  FlexiBLAS  or not.  In this way one can write applications
22       using FlexiBLAS features even if the BLAS implementaion was changed  by
23       update-alternative.
24
25

RETURN VALUE

27       True(!=0) if FlexiBLAS is available. False(=0) otherwise.
28
29

ERRORS

31       No errors occur.
32
33

REPORTING BUGS

35       The  current information about the developers and reporting bugs can be
36       found on the FlexiBLAS homepage.
37
38       FlexiBLAS  Homepage:   <http://www.mpi-magdeburg.mpg.de/projects/flexi
39       blas>
40
41

AUTHORS

43        Martin Koehler, Jens Saak
44
45
47       Copyright (C) 2013-2022 Martin Koehler
48

LICENSE

50       License   GPLv3+:  GNU  GPL  version  3  or  later  <http://gnu.org/li
51       censes/gpl.html>.  This is free software: you are free  to  change  and
52       redistribute it.  There is NO WARRANTY, to the extent permitted by law.
53
54
55
56
57M. Koehler                         2013-2022          flexiblas_get_version(3)
Impressum