Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pierre-24/scalapacke
Create the missing C headers (as well as some wrappers) for scaLAPACK
https://github.com/pierre-24/scalapacke
c-language scalapack
Last synced: about 1 month ago
JSON representation
Create the missing C headers (as well as some wrappers) for scaLAPACK
- Host: GitHub
- URL: https://github.com/pierre-24/scalapacke
- Owner: pierre-24
- License: mit
- Created: 2024-08-17T10:29:12.000Z (5 months ago)
- Default Branch: dev
- Last Pushed: 2024-08-31T10:46:11.000Z (4 months ago)
- Last Synced: 2024-10-19T21:06:58.381Z (3 months ago)
- Topics: c-language, scalapack
- Language: C
- Homepage: https://pierre-24.github.io/scalapacke/
- Size: 1.03 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ScaLAPACKe: C headers and wrappers for scaLAPACK
Lastest version: [v0.3.0](https://github.com/pierre-24/scalapacke/releases/tag/v0.3.0), corresponding to [scaLAPACK v2.2.0](https://github.com/Reference-ScaLAPACK/scalapack/releases/tag/v2.2.0).
Like [LAPACKe](https://netlib.org/lapack/lapacke.html), it provides a set of headers and wrappers in order to easily use [scaLAPACK](https://www.netlib.org/scalapack/) (and its components, [PBLAS](https://netlib.org/scalapack/pblas_qref.html) and [BLACS](https://netlib.org/blacs/)) in C.
## Installation
See [the documentation](https://pierre-24.github.io/scalapacke/dev/install/).
If you want to learn how to use scaLAPACK(e), also check out [the tutorial](https://pierre-24.github.io/scalapacke/dev/tutorial/).
## Usage
Check out [this page](https://pierre-24.github.io/scalapacke/dev/quickstart/).
## Contribute
Contributions, either with [issues](https://github.com/pierre-24/scalapacke/issues) or [pull requests](https://github.com/pierre-24/scalapacke/pulls) are welcomed.
See [this page ](https://pierre-24.github.io/scalapacke/contrib/CONTRIBUTING/) for ways to do so.