Skip to content

Commit 8e7c960

Browse files
committed
sp.
1 parent a434318 commit 8e7c960

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/H5FDmodule.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
* \li \Bold{MPI-IO Driver}: Enables parallel I/O using MPI-IO for HPC applications. Required for
8686
* parallel HDF5 operations. Set with #H5Pset_fapl_mpio.
8787
*
88-
* \li \Bold{Subfiling Driver}: An parallel I/O driver that improves parallel I/O performance on parallel
88+
* \li \Bold{Subfiling Driver}: A parallel I/O driver that improves parallel I/O performance on parallel
8989
* file systems by splitting the logical HDF5 file into multiple subfiles distributed across I/O
9090
* concentrator nodes. Reduces contention and improves scalability for large-scale parallel
9191
* applications. Set with #H5Pset_fapl_subfiling.
@@ -146,7 +146,7 @@
146146
* \li Provide MPI communicator and info objects
147147
* \li Coordinate file access across processes
148148
*
149-
* The Subfiling driver provide additional performance benefits for
149+
* The Subfiling driver provides additional performance benefits for
150150
* large-scale parallel applications on parallel file systems. It works by:
151151
*
152152
* \li Distributing the HDF5 file across multiple subfiles

0 commit comments

Comments
 (0)