summaryrefslogtreecommitdiffstats
path: root/fortran
diff options
context:
space:
mode:
authorScot Breitenfeld <brtnfld@hdfgroup.org>2012-09-27 15:59:40 (GMT)
committerScot Breitenfeld <brtnfld@hdfgroup.org>2012-09-27 15:59:40 (GMT)
commit0710ab3955c9d5cf7e5ba4be3b48c6e8380553ae (patch)
tree6eb040f8a80ac14fc4854affb74f0128f3251c9a /fortran
parentdbf542c0080153740c1d7da9b5a812ef8c7f4e02 (diff)
downloadhdf5-0710ab3955c9d5cf7e5ba4be3b48c6e8380553ae.zip
hdf5-0710ab3955c9d5cf7e5ba4be3b48c6e8380553ae.tar.gz
hdf5-0710ab3955c9d5cf7e5ba4be3b48c6e8380553ae.tar.bz2
[svn-r22823] Fix for HDFFV-7658: Add FORTRAN interface for H5Pget_mpio_actual_io_mode API routine
Test: jam (gnu)
Diffstat (limited to 'fortran')
-rw-r--r--fortran/src/phdf5_fortrandll.def5
1 files changed, 5 insertions, 0 deletions
diff --git a/fortran/src/phdf5_fortrandll.def b/fortran/src/phdf5_fortrandll.def
index 7a196cd..c3342d3 100644
--- a/fortran/src/phdf5_fortrandll.def
+++ b/fortran/src/phdf5_fortrandll.def
@@ -528,4 +528,9 @@ H5Z_mp_H5ZFILTER_AVAIL_F
H5Z_mp_H5ZGET_FILTER_INFO_F
; Parallel
H5FDMPIO_mp_H5PSET_FAPL_MPIO_F
+H5FDMPIO_mp_H5PGET_FAPL_MPIO_F
H5FDMPIO_mp_H5PSET_DXPL_MPIO_F
+H5FDMPIO_mp_H5PGET_DXPL_MPIO_F
+H5FDMPIO_mp_H5PSET_FAPL_MPIPOSIX_F
+H5FDMPIO_mp_H5PGET_FAPL_MPIPOSIX_F
+H5FDMPIO_mp_H5PGET_MPIO_ACTUAL_IO_MODE_F \ No newline at end of file