Discussion:
blas/lapack parallelism
Patrick Dupre
2021-05-28 15:29:49 UTC
Permalink
Hello,

Are blas/lapack running in parallel by default?
I have openmp installed
Do I need to recompile ?

Thanks

===========================================================================
Patrick DUPRÉ | | email: ***@gmx.com
Laboratoire interdisciplinaire Carnot de Bourgogne
9 Avenue Alain Savary, BP 47870, 21078 DIJON Cedex FRANCE
Tel: +33 (0)380395988 | | Room# D114A
===========================================================================
_______________________________________________
users mailing list -- ***@lists.fedoraproject.org
To unsubscribe send an email to users-***@lists.fedoraproject.org
Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: https://lists.fedoraproject.org/archives/list/***@lists.fedoraproject.org
Do not reply to spam on the l
George N. White III
2021-05-28 16:30:41 UTC
Permalink
Post by Patrick Dupre
Hello,
Are blas/lapack running in parallel by default?
I have openmp installed
Do I need to recompile ?
I assume you want to improve performance of some computation. Many
computational packages have been developed and testing with a
particular BLAS implementation but may only document the Debian/Ubuntu
alternatives mechanism.

"dnf seach blas" will show you many options, including openblas and blis.
The flexiblas package should allow you to change the choice of BLAS
library at run time <
https://fedoraproject.org/wiki/Changes/FlexiBLAS_as_BLAS/LAPACK_manager>

https://loveshack.fedorapeople.org/blas-subversion.html is old, but does
mention some of the issues.
--
George N. White III
Loading...