GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
flexiblas-api(7) The FlexiBLAS Library flexiblas-api(7)

flexiblas-api - Overview about the FlexiBLAS API

#include <flexiblas/flexiblas_api.h>

The FlexiBLAS library provides an additional API beside the BLAS interface. This interface can be used to switch the number of threads during the runtime or even completely change the used backend. The functions are categorized into three sections:

  • flexiblas_getversion (3), Version information
  • flexiblas_print_loaded_backends (3), Print information about loaded backends.
  • flexiblas_print_avail_backends (3), Print information about the available backends.
  • flexiblas_print_current_backend (3), Print the currently loaded backend.

  • flexiblas_list (3), Retrieve a list of all available backends.
  • flexiblas_list_loaded (3), Retrieve a list of all loaded backends.
  • flexiblas_load_backend (3), Load a backends from the FlexiBLAS configuration.
  • flexiblas_load_backend_library (3), Load a backends from a shared library.
  • flexiblas_switch (3), Switch to a previously loaded backend.
  • flexiblas_current_backend (3), Return the name of the currently loaded backend.

  • flexiblas_set_num_threads (3), Change the number of threads in the backend used for computation.
  • flexiblas_get_num_threads (3), Get the number of threads in the backend used for computation.

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


M. Koehler and J. Saak, FlexiBLAS - A flexible BLAS library with runtime exchangeable backends,
LAPACK Working Note 284, 2013

and flexiblas(1)

Copyright (C) 2013-2025 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.

2013-2025 M. Koehler

Search for    or go to Top of page |  Section 7 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.