A library providing generic interface for file system input / output operations across different platforms.
See the documentation.
This list includes only those systems on which functionality testing is conducted. However, you can also compile it under any other Linux distribution or operating system.
Use building instructions to install all required tools and libraries.
Name | Description | Default value |
---|---|---|
MPIO_BUILD_SHARED | Build MPIO shared library | ON |
MPIO_BUILD_TESTS | Build MPIO library tests | ON |
Name | Description | Windows | macOS | Linux |
---|---|---|---|---|
mpio-static | Static MPIO library | .lib | .a | .a |
mpio-shared | Dynamic MPIO library | .dll | .dylib | .so |
./scripts/build-release.bat
./scripts/build-release.sh