From a507b6097323ffb1c4a646c6ed4c6f11d3ebcc81 Mon Sep 17 00:00:00 2001 From: Benedikt Steinbusch <b.steinbusch@fz-juelich.de> Date: Mon, 21 Oct 2019 15:28:34 +0200 Subject: [PATCH] add README.md --- README.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..9bea3f0 --- /dev/null +++ b/README.md @@ -0,0 +1,29 @@ +# 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) -- GitLab