https://github.com/siesta-project/buds
Reference counted fortran data structures
https://github.com/siesta-project/buds
fortran mpi-library reference-counting sparse-matrix
Last synced: 2 months ago
JSON representation
Reference counted fortran data structures
- Host: GitHub
- URL: https://github.com/siesta-project/buds
- Owner: siesta-project
- License: mit
- Created: 2016-02-14T23:08:24.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2020-11-13T19:41:50.000Z (over 5 years ago)
- Last Synced: 2024-05-02T05:09:04.846Z (almost 2 years ago)
- Topics: fortran, mpi-library, reference-counting, sparse-matrix
- Language: Fortran
- Homepage: https://siesta-project.github.io/buds/index.html
- Size: 10.8 MB
- Stars: 7
- Watchers: 4
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://travis-ci.org/siesta-project/buds)[](https://codecov.io/gh/siesta-project/buds)
# buds
Library for creating buds of reference counted Fortran
objects.
A reference counted object will reduce memory overhead
by ensuring that an object is deleted once no variable
is referencing the object.
## Documentation
The complete documentation of buds may be found [here](http://siesta-project.github.io/buds/).
## Download
To download the latest buds library please see the [release page](https://github.com/siesta-project/buds/releases).
## Installation
The installation instructions of buds may be found [here](http://siesta-project.github.io/buds/installInstructions.html).