mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-04-18 17:40:55 +08:00
[svn-r4286] Purpose:
Bug Fix Description: Header file is using incorrect macro for detecting parallel I/O when backward compability is turned on. Solution: Fix header files to define prototypes for parallel I/O property list functions when compiled with v1.2 backward compatibility turned on. Platforms tested: Eyeballed... (Elena will be testing shortly)
This commit is contained in:
parent
ff2e3ab9e9
commit
f972e20383
@ -2650,7 +2650,7 @@ H5Pget_xfer(hid_t plist_id, H5D_transfer_t *data_xfer_mode)
|
||||
|
||||
FUNC_LEAVE (SUCCEED);
|
||||
}
|
||||
#endif /*HAVE_PARALLEL*/
|
||||
#endif /* HAVE_PARALLEL */
|
||||
#endif /* WANT_H5_V1_2_COMPAT */
|
||||
|
||||
|
||||
|
@ -172,7 +172,7 @@ __DLL__ herr_t H5Pget_split(hid_t plist_id, size_t meta_ext_size, char *meta_ext
|
||||
__DLL__ herr_t H5Pset_family(hid_t plist_id, hsize_t memb_size, hid_t memb_plist_id);
|
||||
__DLL__ herr_t H5Pget_family(hid_t plist_id, hsize_t *memb_size/*out*/,
|
||||
hid_t *memb_plist_id/*out*/);
|
||||
#ifdef HAVE_PARALLEL
|
||||
#if defined(HAVE_PARALLEL) || defined (H5_HAVE_PARALLEL)
|
||||
__DLL__ herr_t H5Pset_mpi(hid_t plist_id, MPI_Comm comm, MPI_Info info);
|
||||
__DLL__ herr_t H5Pget_mpi(hid_t plist_id, MPI_Comm *comm, MPI_Info *info);
|
||||
__DLL__ herr_t H5Pset_xfer(hid_t plist_id, H5D_transfer_t data_xfer_mode);
|
||||
|
Loading…
x
Reference in New Issue
Block a user