Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.