summaryrefslogtreecommitdiffstats
path: root/group___j_h5_p.html
diff options
context:
space:
mode:
Diffstat (limited to 'group___j_h5_p.html')
-rw-r--r--group___j_h5_p.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/group___j_h5_p.html b/group___j_h5_p.html
index 63d4f74..0ed1887 100644
--- a/group___j_h5_p.html
+++ b/group___j_h5_p.html
@@ -37,7 +37,7 @@
<td id="projectlogo"><img alt="Logo" src="HDFG-logo.png"/></td>
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname"><a href="https://www.hdfgroup.org">HDF5</a>
- &#160;<span id="projectnumber">1.15.0.4261552</span>
+ &#160;<span id="projectnumber">1.15.0.b166368</span>
</div>
<div id="projectbrief">API Reference</div>
</td>
@@ -9307,12 +9307,12 @@ Functions</h2></td></tr>
</tr>
</table>
</div><div class="memdoc">
-<p>H5Pset_sieve_buf_size Sets the maximum size of the data seive buffer used for file drivers which are capable of using data sieving. The data sieve buffer is used when performing I/O on datasets in the file. Using a buffer which is large anough to hold several pieces of the dataset being read in for hyperslab selections boosts performance by quite a bit. </p>
+<p>H5Pset_sieve_buf_size Sets the maximum size of the data sieve buffer used for file drivers which are capable of using data sieving. The data sieve buffer is used when performing I/O on datasets in the file. Using a buffer which is large enough to hold several pieces of the dataset being read in for hyperslab selections boosts performance by quite a bit. </p>
<p>The default value is set to 64KB, indicating that file I/O for raw data reads and writes will occur in at least 64KB blocks. Setting the value to 0 with this function will turn off the data sieving</p>
<dl class="params"><dt>Parameters</dt><dd>
<table class="params">
<tr><td class="paramname">fapl_id</td><td>IN: Identifier of property list to modify. </td></tr>
- <tr><td class="paramname">size</td><td>IN: maximum size of the data seive buffer.</td></tr>
+ <tr><td class="paramname">size</td><td>IN: maximum size of the data sieve buffer.</td></tr>
</table>
</dd>
</dl>