From 9ef8762c59c527be97cb0c86ede61c4deebc1ac9 Mon Sep 17 00:00:00 2001 From: "H. Joe Lee" Date: Tue, 26 Jul 2022 14:58:53 -0500 Subject: [PATCH] Address @ChristopherHogan review about README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 665bc766d..70c43dc13 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Hermes is a heterogeneous-aware, multi-tiered, dynamic, and distributed I/O buff * 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`) +* The [Catch2](https://github.com/catchorg/Catch2) testing framework (only required if built with `-DBUILD_TESTING=ON`; tested with `3.0.1`) ## Building