Skip to content

Commit 541bfc6

Browse files
authored
Merge pull request #12 from edgargabriel/pr/ompio-doc-minor-fixes
docs/ompio: minor fixes
2 parents 0ce1551 + 0563250 commit 541bfc6

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

docs/tuning-apps/mpi-io/ompio.rst

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,8 @@ important ``fcoll`` components are:
100100
The ``sharedfp`` framework provides a different implementation of the
101101
shared file pointer operations depending on file system features.
102102

103-
* ``lockfile``: this component will be used on file system which
104-
support for file locking.
103+
* ``lockedfile``: this component will be used on file systems which
104+
support file locking.
105105

106106
* ``sm``: component used in scenarios in which all processes of the
107107
communicator are on the same physical node.
@@ -131,18 +131,12 @@ operation are listed below:
131131
Tuning this parameter has a very high impact on the performance of
132132
collective operations.
133133

134-
.. note:: Be sure to also see recommendations for tuning collective
135-
operations.
136-
137134
#. ``io_ompio_num_aggregators``: Number of aggregators used in
138135
collective I/O operations. Setting this parameter to a value
139136
larger zero disables the internal automatic aggregator selection
140137
logic of OMPIO. Tuning this parameter has a very high impact on
141138
the performance of collective operations.
142139

143-
.. note:: Be sure to also see recommendations for tuning collective
144-
operations.
145-
146140
#. ``io_ompio_grouping_option``: Algorithm used to automatically
147141
decide the number of aggregators used. Applications working with
148142
regular 2-D or 3-D data decomposition can try changing this
@@ -190,8 +184,8 @@ Using GPU device buffers in MPI File I/O operations
190184

191185
OMPIO supports reading and writing directly to/from GPU buffers using
192186
the MPI I/O interfaces. Using this feature simplifies managing buffers
193-
that are exclusive used on GPU devices, and hence the necessity to
194-
implement a staging through host memory for file I/O operations.
187+
that are exclusively used on GPU devices, and hence there is no need to
188+
implement staging through host memory for file I/O operations.
195189

196190
Internally, OMPIO splits a user buffer into chunks for performing the
197191
read/write operation. The chunk-size used by OMPIO can have a

0 commit comments

Comments
 (0)