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

https://github.com/pranavchiku/fortran-shared-stdlib

Utility repository that creates a shared library of implemented `lapack` and `blas` routines in `stdlib-js`
https://github.com/pranavchiku/fortran-shared-stdlib

Last synced: 3 months ago
JSON representation

Utility repository that creates a shared library of implemented `lapack` and `blas` routines in `stdlib-js`

Awesome Lists containing this project

README

        

# fortran-shared-stdlib

Utility repository that creates a shared library of implemented `lapack` and `blas` routines in `stdlib-js`.

## How to use

We assume you have `gfortran` installed on your system.

Update `main.f90` according to your needs. Then, run the following commands:

```
./run.sh
```