@@ -100,8 +100,8 @@ important ``fcoll`` components are:
100
100
The ``sharedfp `` framework provides a different implementation of the
101
101
shared file pointer operations depending on file system features.
102
102
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.
105
105
106
106
* ``sm ``: component used in scenarios in which all processes of the
107
107
communicator are on the same physical node.
@@ -131,18 +131,12 @@ operation are listed below:
131
131
Tuning this parameter has a very high impact on the performance of
132
132
collective operations.
133
133
134
- .. note :: Be sure to also see recommendations for tuning collective
135
- operations.
136
-
137
134
#. ``io_ompio_num_aggregators ``: Number of aggregators used in
138
135
collective I/O operations. Setting this parameter to a value
139
136
larger zero disables the internal automatic aggregator selection
140
137
logic of OMPIO. Tuning this parameter has a very high impact on
141
138
the performance of collective operations.
142
139
143
- .. note :: Be sure to also see recommendations for tuning collective
144
- operations.
145
-
146
140
#. ``io_ompio_grouping_option ``: Algorithm used to automatically
147
141
decide the number of aggregators used. Applications working with
148
142
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
190
184
191
185
OMPIO supports reading and writing directly to/from GPU buffers using
192
186
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.
195
189
196
190
Internally, OMPIO splits a user buffer into chunks for performing the
197
191
read/write operation. The chunk-size used by OMPIO can have a
0 commit comments