Skip to content

Commit

Permalink
Merge pull request #435 from HDFGroup/chogan/mpiio_doc
Browse files Browse the repository at this point in the history
Clarify MPI requirements in README
  • Loading branch information
ChristopherHogan committed Jul 19, 2022
2 parents 48fc897 + a91f325 commit 18f9343
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ Hermes is a heterogeneous-aware, multi-tiered, dynamic, and distributed I/O buff
* [Thallium](https://mochi.readthedocs.io/en/latest/installing.html) - RPC library for HPC. Use a version greater than `0.5` for RoCE support.
* [GLOG](https://github.com/google/glog) - The Google logging library.
* [GLPK](https://www.gnu.org/software/glpk/) - GNU Linear Programming Kit
* MPI (tested with MPICH `3.3.2` and OpenMPI `4.0.3`).
* MPI (tested with MPICH `3.3.2` and OpenMPI `4.0.3`). Note: The MPI-IO adapter
only supports MPICH. If you don't need the MPI-IO adapter you can use OpenMPI,
but you must define the CMake variable `HERMES_ENABLE_MPIIO_ADAPTER=OFF`.
* The [Catch2](https://github.com/catchorg/Catch2) testing framework (only required if built with `-DBUILD_TESTING=ON`)

## Building
Expand Down

0 comments on commit 18f9343

Please sign in to comment.