From 8e8c87daf9c483c998a629faf015e0fb898e8ab5 Mon Sep 17 00:00:00 2001 From: Lori Cooper Date: Mon, 4 Dec 2023 11:18:47 -0600 Subject: [PATCH] Update registered_vol_connectors.md --- documentation/hdf5-docs/registered_vol_connectors.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/documentation/hdf5-docs/registered_vol_connectors.md b/documentation/hdf5-docs/registered_vol_connectors.md index 5979c897..f268cd08 100644 --- a/documentation/hdf5-docs/registered_vol_connectors.md +++ b/documentation/hdf5-docs/registered_vol_connectors.md @@ -16,8 +16,7 @@ Please contact the maintainer of a VOL connector for help implementing the plugi | Asynchronous I/O | 512 | async | Provides support for asynchronous operations to HDF5| https://github.com/hpc-io/vol-async | Suren Byna (sbyna at lbl dot gov)| | Cache | 513 | cache | Provides support for multi-level, multi-location data caching to dataset I/O operations | https://github.com/hpc-io/vol-cache | Suren Byna (sbyna at lbl dot gov) | | Log-based | 514| LOG | The log-based VOL plugin stores HDF5 datasets in a log-based storage layout.
In this layout, data of multiple write requests made by an MPI process are appended one after another in the file. Such I/O strategy can avoid the expensive inter-process communication and I/O serialization due to file lock contentions when storing data in the canonical order. Through the log-based VOL, existing HDF5 programs can achieve a better parallel write performance with minimal changes to their codes. | https://github.com/DataLib-ECP/vol-log-based/blob/master/README.md | Kai Yuan Hou
(khl7265 at ece dot northwestern dot edu) | -| DAOS | 4004 | daos | Designed to utilize the DAOS object storage system by use of the DAOS API| - https://doi.org/10.1109/TPDS.2021.3097884| https://github.com/HDFGroup/vol-daos
[HDF5 DAOS VOL Connector Design](https://github.com/HDFGroup/vol-daos/blob/master/docs/design_doc.pdf)
[HDF5 DAOS VOL Connector User's Guide](https://github.com/HDFGroup/vol-daos/blob/master/docs/users_guide.pdf) | help at hdfgroup dot org | +| DAOS | 4004 | daos | Designed to utilize the DAOS object storage system by use of the DAOS API
https://doi.org/10.1109/TPDS.2021.3097884 | https://github.com/HDFGroup/vol-daos
[HDF5 DAOS VOL Connector Design](https://github.com/HDFGroup/vol-daos/blob/master/docs/design_doc.pdf)
[HDF5 DAOS VOL Connector User's Guide](https://github.com/HDFGroup/vol-daos/blob/master/docs/users_guide.pdf) | help at hdfgroup dot org | | native| 0 | native | | | help at hdfgroup dot org| | pass-through| 517 | pass_through_ext| Provides a simple example of a pass-through VOL connector | https://github.com/hpc-io/vol-external-passthrough | Suren Byna (sbyna at lbl dot gov) | | dset-split | 518 | dset-split | Creates separate sub files for each dataset created and mounts these sub-files as external links in the main file. It enables versioning of HDF5 files at a dataset boundary.| https://github.com/hpc-io/vol-dset-split | Annmary Justine (annmary dot roy at hpe dot com)|