summaryrefslogtreecommitdiffstats
path: root/src/H5FDmpio.h
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2002-06-17 16:38:43 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2002-06-17 16:38:43 (GMT)
commit15a916df4ba024d944c2e549fdff8165de3e36a3 (patch)
tree1167886df032fb301047fb4cc59766fb87788abc /src/H5FDmpio.h
parent2ae3f6b8669ce5dc19fe7e3d03eeb4728d8c9d1c (diff)
downloadhdf5-15a916df4ba024d944c2e549fdff8165de3e36a3.zip
hdf5-15a916df4ba024d944c2e549fdff8165de3e36a3.tar.gz
hdf5-15a916df4ba024d944c2e549fdff8165de3e36a3.tar.bz2
[svn-r5652] Purpose:
Code cleanup Description: Use dataset transfer property list to hold information about the MPI types for the current transfer, instead of setting pseudo-global variables in the file's struct. Platforms tested: Linux 2.2.x (eirene) w/parallel & IRIX64 6.5 (modi4) w/parallel & FORTRAN
Diffstat (limited to 'src/H5FDmpio.h')
-rw-r--r--src/H5FDmpio.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/H5FDmpio.h b/src/H5FDmpio.h
index 2810bfb..1997788 100644
--- a/src/H5FDmpio.h
+++ b/src/H5FDmpio.h
@@ -57,8 +57,8 @@ __DLL__ herr_t H5Pget_fapl_mpio(hid_t fapl_id, MPI_Comm *comm/*out*/,
__DLL__ herr_t H5Pset_dxpl_mpio(hid_t dxpl_id, H5FD_mpio_xfer_t xfer_mode);
__DLL__ herr_t H5Pget_dxpl_mpio(hid_t dxpl_id, H5FD_mpio_xfer_t *xfer_mode/*out*/);
__DLL__ MPI_Comm H5FD_mpio_communicator(H5FD_t *_file);
-__DLL__ herr_t H5FD_mpio_setup(H5FD_t *_file, MPI_Datatype btype, MPI_Datatype ftype,
- hbool_t use_types);
+__DLL__ herr_t H5FD_mpio_setup(hid_t dxpl_id, MPI_Datatype btype, MPI_Datatype ftype);
+__DLL__ herr_t H5FD_mpio_teardown(hid_t dxpl_id);
__DLL__ herr_t H5FD_mpio_wait_for_left_neighbor(H5FD_t *file);
__DLL__ herr_t H5FD_mpio_signal_right_neighbor(H5FD_t *file);
__DLL__ int H5FD_mpio_mpi_rank(H5FD_t *_file);