Skip to content
Snippets Groups Projects
Select Git revision
  • fda1659cf133ed1ba523c7cbb0a7854ad8f29b04
  • main default protected
  • v1.0.1
  • v1.0.0
4 results

SIONfwd

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