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`
- Host: GitHub
- URL: https://github.com/pranavchiku/fortran-shared-stdlib
- Owner: Pranavchiku
- Created: 2024-08-17T06:06:09.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-08-26T08:15:26.000Z (9 months ago)
- Last Synced: 2025-01-22T01:13:24.733Z (4 months ago)
- Language: Fortran
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```