mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-12-09 07:32:32 +08:00
[svn-r637] Added include H5Fmpioprivate.h
This commit is contained in:
parent
ca953eb331
commit
0c6c4eeb60
@ -91,6 +91,7 @@
|
||||
#include <H5ACprivate.h> /*cache */
|
||||
#include <H5Bprivate.h> /*B-link trees */
|
||||
#include <H5Eprivate.h> /*error handling */
|
||||
#include <H5Fmpioprivate.h> /*mpi low-level i/o */
|
||||
#include <H5MFprivate.h> /*File memory management */
|
||||
#include <H5MMprivate.h> /*Core memory management */
|
||||
|
||||
|
@ -12,6 +12,7 @@
|
||||
*/
|
||||
#include <H5private.h>
|
||||
#include <H5Eprivate.h>
|
||||
#include <H5Fmpioprivate.h> /*mpi low-level i/o */
|
||||
#include <H5Fprivate.h>
|
||||
#include <H5MMprivate.h>
|
||||
|
||||
|
@ -106,6 +106,7 @@ static herr_t H5F_mpio_close(H5F_low_t *lf, const H5F_access_t *access_parms);
|
||||
static herr_t H5F_mpio_read(H5F_low_t *lf, H5F_access_t *access_parms,
|
||||
const H5D_transfer_t xfer_mode,
|
||||
const haddr_t *addr, size_t size, uint8 *buf/*out*/);
|
||||
hbool_t H5F_mpio_tas_allsame(H5F_low_t *lf, hbool_t newval );
|
||||
static herr_t H5F_mpio_write(H5F_low_t *lf, H5F_access_t *access_parms,
|
||||
const H5D_transfer_t xfer_mode,
|
||||
const haddr_t *addr, size_t size, const uint8 *buf);
|
||||
|
@ -24,6 +24,7 @@
|
||||
#include <H5ACprivate.h> /*cache */
|
||||
#include <H5Bprivate.h> /*B-link trees */
|
||||
#include <H5Eprivate.h> /*error handling */
|
||||
#include <H5Fmpioprivate.h> /*mpi low-level i/o */
|
||||
#include <H5Gpkg.h> /*me */
|
||||
#include <H5HLprivate.h> /*heap */
|
||||
#include <H5MFprivate.h> /*file memory management */
|
||||
|
@ -21,6 +21,7 @@
|
||||
#include <H5private.h> /*library */
|
||||
#include <H5ACprivate.h> /*cache */
|
||||
#include <H5Eprivate.h> /*error handling */
|
||||
#include <H5Fmpioprivate.h> /*mpi low-level i/o */
|
||||
#include <H5HLprivate.h> /*self */
|
||||
#include <H5MFprivate.h> /*file memory management */
|
||||
#include <H5MMprivate.h> /*core memory management */
|
||||
|
Loading…
Reference in New Issue
Block a user