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