From 6f45c8f0fbfa295cbddbe9c53dbf8a4488373743 Mon Sep 17 00:00:00 2001 From: "H. Joe Lee" Date: Thu, 9 Feb 2023 13:49:09 -0600 Subject: [PATCH] docs: add MPICH OpenMPI will fail test. See #46 . --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7f122c7..b1af0b4 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ To build the DAOS VOL connector, the following libraries are required: + `libhdf5` - The [HDF5](https://www.hdfgroup.org/downloads/hdf5/) library. Minimum version required is 1.13.3, compiled with - support for both parallel I/O and map objects + support for both [MPICH](https://www.mpich.org) parallel I/O and map objects (i.e., `-DHDF5_ENABLE_MAP_API=ON` CMake option). + `libdaos` - The [DAOS](https://github.com/daos-stack/daos) library.