summaryrefslogtreecommitdiffstats
path: root/_intro_par_h_d_f5.html
diff options
context:
space:
mode:
authorlrknox <lrknox@users.noreply.github.com>2023-08-26 00:48:21 (GMT)
committerlrknox <lrknox@users.noreply.github.com>2023-08-26 00:48:21 (GMT)
commit626b6a740f0c6e4f53e201d465bbcfd5429951fa (patch)
treeb3d6af1545c23c6407200f68cf218c822b9b1f26 /_intro_par_h_d_f5.html
parent4d4e861b81f2c52c6e36c364c3a33abdb4be988c (diff)
downloadhdf5-626b6a740f0c6e4f53e201d465bbcfd5429951fa.zip
hdf5-626b6a740f0c6e4f53e201d465bbcfd5429951fa.tar.gz
hdf5-626b6a740f0c6e4f53e201d465bbcfd5429951fa.tar.bz2
deploy: 627f7c5e026a55f176d8dfcab51633cf3b704ce6
Diffstat (limited to '_intro_par_h_d_f5.html')
-rw-r--r--_intro_par_h_d_f5.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/_intro_par_h_d_f5.html b/_intro_par_h_d_f5.html
index 15a8a55..e0dc7f6 100644
--- a/_intro_par_h_d_f5.html
+++ b/_intro_par_h_d_f5.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.1d79445</span>
+ &#160;<span id="projectnumber">1.15.0.627f7c5</span>
</div>
<div id="projectbrief">API Reference</div>
</td>
@@ -203,7 +203,7 @@ Close the file. </li>
<div class="ttc" id="agroup___f_h5_html_ga041e8ea7a216ab58ddc59bf6751393d6"><div class="ttname"><a href="group___f_h5.html#ga041e8ea7a216ab58ddc59bf6751393d6">h5lib::h5open_f</a></div><div class="ttdeci">subroutine, public h5open_f(error)</div><div class="ttdoc">Initializes HDF5 Fortran interface.</div><div class="ttdef"><b>Definition:</b> H5_ff.F90:182</div></div>
<div class="ttc" id="agroup___f_h5_p_html_ga8d7db44d6ae18047ec3e3b607c3b7175"><div class="ttname"><a href="group___f_h5_p.html#ga8d7db44d6ae18047ec3e3b607c3b7175">h5p::h5pset_fapl_mpio_f</a></div><div class="ttdeci">subroutine h5pset_fapl_mpio_f(prp_id, comm, info, hdferr)</div><div class="ttdoc">Stores MPI IO communicator information to the file access property list.</div><div class="ttdef"><b>Definition:</b> H5Pff.F90:5130</div></div>
<div class="ttc" id="agroup___f_h5_p_html_gae34064e5081802ef4c8e3c84e279b6c8"><div class="ttname"><a href="group___f_h5_p.html#gae34064e5081802ef4c8e3c84e279b6c8">h5p::h5pcreate_f</a></div><div class="ttdeci">subroutine h5pcreate_f(class, prp_id, hdferr)</div><div class="ttdoc">Creates a new property as an instance of a property list class.</div><div class="ttdef"><b>Definition:</b> H5Pff.F90:244</div></div>
-</div><!-- fragment --><p>The following example programs create an HDF5 file using Parallel HDF5: <a href="https://github.com/HDFGroup/hdf5-examples/blob/master/C/H5Parallel/ph5_file_create.c">C: file_create.c</a> <a href="https://github.com/HDFGroup/hdf5-examples/blob/master/Fortran/H5Parallel/ph5_f90_file_create.f90">F90: file_create.f90</a></p>
+</div><!-- fragment --><p>The following example programs create an HDF5 file using Parallel HDF5: <a href="https://github.com/HDFGroup/hdf5-examples/blob/master/C/H5Parallel/ph5_file_create.c">C: file_create.c</a> <a href="https://github.com/HDFGroup/hdf5-examples/blob/master/Fortran/H5Parallel/ph5_f90_file_create.F90">F90: file_create.F90</a></p>
<h2><a class="anchor" id="subsec_pintro_create_dset"></a>
Creating and Accessing a Dataset with PHDF5</h2>
<p>The programming model for creating and accessing a dataset is as follows: </p><ol>
@@ -262,7 +262,7 @@ Do this by first passing a data transfer property list class type to: <a class="
<div class="line">117 file_space_id = filespace, mem_space_id = memspace, xfer_prp = plist_id)</div>
<div class="ttc" id="agroup___f_h5_d_html_ga474d18ed38c193fd1eb36b1b73f65ea8"><div class="ttname"><a href="group___f_h5_d.html#ga474d18ed38c193fd1eb36b1b73f65ea8">h5d::h5dwrite_f</a></div><div class="ttdeci">subroutine h5dwrite_f(dset_id, mem_type_id, buf, hdferr, mem_space_id, file_space_id, xfer_prp)</div><div class="ttdoc">Writes raw data from a buffer to a dataset.</div><div class="ttdef"><b>Definition:</b> H5Dff.F90:1633</div></div>
<div class="ttc" id="agroup___f_h5_p_html_gaa0e7d553d7de22e918d585ecc8b41bc6"><div class="ttname"><a href="group___f_h5_p.html#gaa0e7d553d7de22e918d585ecc8b41bc6">h5p::h5pset_dxpl_mpio_f</a></div><div class="ttdeci">subroutine h5pset_dxpl_mpio_f(prp_id, data_xfer_mode, hdferr)</div><div class="ttdoc">Sets data transfer mode.</div><div class="ttdef"><b>Definition:</b> H5Pff.F90:5409</div></div>
-</div><!-- fragment --><p>The following example programs create an HDF5 dataset using Parallel HDF5: <a href="https://github.com/HDFGroup/hdf5-examples/blob/master/C/H5Parallel/ph5_dataset.c">C: dataset.c</a> <a href="https://github.com/HDFGroup/hdf5-examples/blob/master/Fortran/H5Parallel/ph5_f90_dataset.f90">F90: dataset.f90</a></p>
+</div><!-- fragment --><p>The following example programs create an HDF5 dataset using Parallel HDF5: <a href="https://github.com/HDFGroup/hdf5-examples/blob/master/C/H5Parallel/ph5_dataset.c">C: dataset.c</a> <a href="https://github.com/HDFGroup/hdf5-examples/blob/master/Fortran/H5Parallel/ph5_f90_dataset.F90">F90: dataset.F90</a></p>
<h3><a class="anchor" id="subsec_pintro_hyperslabs"></a>
Hyperslabs</h3>
<p>The programming model for writing and reading hyperslabs is: /li Each process defines the memory and file hyperslabs. /li Each process executes a partial write/read call which is either collective or independent.</p>
@@ -298,7 +298,7 @@ Hyperslabs</h3>
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
- <li class="footer">Generated on Fri Aug 25 2023 00:29:55 for HDF5 by
+ <li class="footer">Generated on Sat Aug 26 2023 00:27:49 for HDF5 by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.9.1 </li>
</ul>