FreeBSD Manual Pages
flexiblas_set_num_threads(3) The FlexiBLAS Libraryflexiblas_set_num_threads(3) NAME flexiblas_set_num_threads - set the number of threads the backend should use for computation. SYNOPSIS #include <flexiblas/flexiblas_api.h> void flexiblas_set_num_threads(int num); and as weak aliases void openblas_set_num_threads(int num); void mkl_set_num_threads(int num); void blas_set_num_threads(int num); void acmlsetnumthreads(int num); Link with -lflexiblas. DESCRIPTION flexiblas_set_num_threads function changes the number of threads used for computation if the backend supports this. The aliases exist for compatibility reasons with other BLAS implementations like Intel MKL, OpenBLAS, or AMD ACML. ERRORS No errors occur. 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/flexi- blas> AUTHORS Martin Koehler, Jens Saak COPYRIGHT Copyright (C) 2013-2025 Martin Koehler LICENSE License GPLv3+: GNU GPL version 3 or later <http://gnu.org/li- censes/gpl.html>. This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. M. Koehler 2013-2025 flexiblas_set_num_threads(3)
NAME | SYNOPSIS | DESCRIPTION | ERRORS | REPORTING BUGS | AUTHORS | COPYRIGHT | LICENSE
Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=flexiblas_set_num_threads&sektion=3&manpath=FreeBSD+Ports+14.3.quarterly>
