Skip to content
Snippets Groups Projects
Commit a507b609 authored by Benedikt Steinbusch's avatar Benedikt Steinbusch
Browse files

add README.md

parent 6ca4c9d5
No related branches found
No related tags found
No related merge requests found
# SIONfwd
SIONfwd is a home-grown solution for I/O forwarding for SIONlib.
It contains a C++ server and a C client library.
## Requirements
- C compiler with support for C99
- C++ compiler with support for C++17
- CMake 3.12 or newer
- MPI 3.0 or newer
## Installation
Build and install follows the usual CMake procdure, e.g.:
```
$ cmake -S . -B build
$ cmake --build build
$ cmake --install build
```
## Usage
TODO
## License
[MIT](https://opensource.org/licenses/MIT)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment