https://github.com/flame/libflame
High-performance object-based library for DLA computations
https://github.com/flame/libflame
flame high-performance high-performance-computing lapack linear-algebra linear-algebra-library matrix-computations matrix-functions matrix-library
Last synced: about 1 month ago
JSON representation
High-performance object-based library for DLA computations
- Host: GitHub
- URL: https://github.com/flame/libflame
- Owner: flame
- License: other
- Created: 2014-03-18T16:07:22.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2024-05-20T18:37:39.000Z (11 months ago)
- Last Synced: 2024-07-31T22:55:05.369Z (9 months ago)
- Topics: flame, high-performance, high-performance-computing, lapack, linear-algebra, linear-algebra-library, matrix-computations, matrix-functions, matrix-library
- Language: Fortran
- Homepage:
- Size: 31.3 MB
- Stars: 235
- Watchers: 28
- Forks: 80
- Open Issues: 33
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG
- License: LICENSE
- Authors: AUTHORS
Awesome Lists containing this project
- awesome-gemm - libFLAME: High-performance dense linear algebra library - 3-Clause) (Libraries 🗂️ / CPU Libraries 💻)
README
# libflame library
libflame is a portable library for dense matrix computations, providing
much of the functionality present in LAPACK, developed by current and
former members of the
[Science of High-Performance Computing](http://shpc.ices.utexas.edu/)
(SHPC) group in the
[Institute for Computational Engineering and Sciences](https://www.ices.utexas.edu/)
at [The University of Texas at Austin](https://www.utexas.edu/).
libflame includes a compatibility layer, lapack2flame, which includes
a complete LAPACK implementation.
The source code for libflame is hosted on github:https://github.com/flame/libflame
For detailed instructions on how to configure, build, install, and link
against libflame, please refer to the libflame reference manual.
This manual contains all the information you need to get started with
libflame, including installation directions, usage examples, and a
complete API reference. If you have LaTeX installed on your system, you
may simply change into the 'docs/libflame' subdirectory of the top-level
directory of the libflame source tree and build the document from its
source. You may also find a copy of the document
[here](docs/libflame/libflame.pdf) on github.You can keep in touch with developers and other users of the project by
joining the following mailing list:
- [libflame-discuss](http://groups.google.com/group/libflame-discuss)
Please join and post to this mailing list if you have general questions
or feedback regarding libflame.
- NOTE: We do not yet have a developer's mailing list. For now,
developers and those with developer-related questions can simply post
to libflame-discuss.If you encounter any problems or wish to submit a bug report, please
consider [opening an issue](https://github.com/flame/libflame/issues) here
on github.Also, please read the LICENSE file for information on copying and
distributing this software.Thanks for your interest in libflame!
Regards,
[Field G. Van Zee](https://github.com/fgvanzee)
(for the SHPC team)