summaryrefslogtreecommitdiffstats
path: root/fortran/src/H5f90.h
diff options
context:
space:
mode:
authorElena Pourmal <epourmal@hdfgroup.org>2000-10-26 21:45:53 (GMT)
committerElena Pourmal <epourmal@hdfgroup.org>2000-10-26 21:45:53 (GMT)
commit9fe247782e75a45574a30100e5572b504132fc32 (patch)
tree8d098f6b80df592908c1647f6b73a8e2ef23766f /fortran/src/H5f90.h
parentbf78260a06a3f927bed4e79ea2f627041b7f0ae5 (diff)
downloadhdf5-9fe247782e75a45574a30100e5572b504132fc32.zip
hdf5-9fe247782e75a45574a30100e5572b504132fc32.tar.gz
hdf5-9fe247782e75a45574a30100e5572b504132fc32.tar.bz2
[svn-r2739]
Purpose: Maintenancece. Description: F90 APIs would not compile anymore for || version.. Solution: Replaced old functions h5pset(get)_mpio, h5set(get)_xfer with ones h5pset(get)_fapl_m and h5pset(get)_dxpl_mpio_f Platforms tested: O2K.
Diffstat (limited to 'fortran/src/H5f90.h')
-rw-r--r--fortran/src/H5f90.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/fortran/src/H5f90.h b/fortran/src/H5f90.h
index 68ff0ad..14b70ac 100644
--- a/fortran/src/H5f90.h
+++ b/fortran/src/H5f90.h
@@ -75,8 +75,7 @@
#define H5P_MOUNT_F 4
/* Constants used in H5Pf_parallel.c and H5Pff_parallel.f90 files */
-#define H5D_XFER_INDEPENDENT_F 0
-#define H5D_XFER_COLLECTIVE_F 1
-#define H5D_XFER_DFLT_F 2
+#define H5FD_MPIO_INDEPENDENT_F 0
+#define H5FD_MPIO_COLLECTIVE_F 1
#endif /* _H5f90_H */