When POSIX I/O Meets Exascale, Do the Old Rules Apply?
We’ve all grown up in a world of digital filing cabinets. POSIX I/O has enabled code portability and extraordinary advances in computation, but it is limited by its design and the way it mirrors the paper offices that it has replaced.
The POSIX API and its implementation assumes that we know roughly where our data is, that accessing it is reasonably quick and that all versions of the data are the same. As we move to exascale, we need to let go of this model and embrace a sea of data and a very different way of handling it.
In …
When POSIX I/O Meets Exascale, Do the Old Rules Apply? was written by Nicole Hemsoth at The Next Platform.

