-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Matthieu Haefele edited this page Feb 21, 2020
·
8 revisions
Hello worlds examples for PadawanFS POSIX based in-transit post-processing tool.
This repo provides minimal examples in C and Python that make use of pdwfs. They mimic a simple scientific application workflow, i.e. a simulation running and writing data followed by a post-processing that reads the output data, does a small treatment and writes the final result on the file system. Data written by the simulation and then read by the post-processing are handled by pdwfs and thus stays in the machine's memory. The file system is never involved here as POSIX calls to write and read these data are intercepted by pdwfs and redirected towards in memory redis servers.