diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2006-08-17 19:26:42 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2006-08-17 19:26:42 (GMT) |
commit | 4eb07936c7c2a852ebf1ad641d50a5767d3b2bb1 (patch) | |
tree | 42b2e453bbe72c5c05f212069472e9f1e65ef4d0 /src/H5Dpkg.h | |
parent | 49d1901fdde7e3c4ebb2db7f13214793832cba42 (diff) | |
download | hdf5-4eb07936c7c2a852ebf1ad641d50a5767d3b2bb1.zip hdf5-4eb07936c7c2a852ebf1ad641d50a5767d3b2bb1.tar.gz hdf5-4eb07936c7c2a852ebf1ad641d50a5767d3b2bb1.tar.bz2 |
[svn-r12593] Description:
Clean up some of the parallel chunk I/O compiler warnings and other minor
code rearrangement.
Tested on:
FreeBSD 4.11 (sleipnir) w/paralllel
h5committest
Diffstat (limited to 'src/H5Dpkg.h')
-rw-r--r-- | src/H5Dpkg.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/H5Dpkg.h b/src/H5Dpkg.h index da44370..3022b12 100644 --- a/src/H5Dpkg.h +++ b/src/H5Dpkg.h @@ -298,7 +298,7 @@ H5_DLL herr_t H5D_istore_initialize_by_extent(H5D_io_info_t *io_info); H5_DLL herr_t H5D_istore_update_cache(H5D_t *dset, hid_t dxpl_id); H5_DLL herr_t H5D_istore_dump_btree(H5F_t *f, hid_t dxpl_id, FILE *stream, unsigned ndims, haddr_t addr); -H5_DLL herr_t H5D_istore_chunkmap(const H5D_io_info_t *io_info, hsize_t total_chunk, haddr_t chunk_addr[],hsize_t down_chunks[] ); +H5_DLL herr_t H5D_istore_chunkmap(const H5D_io_info_t *io_info, haddr_t chunk_addr[],hsize_t down_chunks[] ); #ifdef H5D_ISTORE_DEBUG H5_DLL herr_t H5D_istore_stats (H5D_t *dset, hbool_t headers); #endif /* H5D_ISTORE_DEBUG */ @@ -354,7 +354,9 @@ H5D_chunk_collective_io(H5D_io_info_t * io_info,fm_map *fm, const void*buf, H5_DLL htri_t H5D_mpio_opt_possible(const H5D_io_info_t *io_info, const H5S_t *mem_space, const H5S_t *file_space, const H5T_path_t *tpath); +#ifndef H5_MPI_SPECIAL_COLLECTIVE_IO_WORKS H5_DLL herr_t H5D_mpio_chunk_adjust_iomode(H5D_io_info_t *io_info,const fm_map *fm); +#endif /* H5_MPI_SPECIAL_COLLECTIVE_IO_WORKS */ #endif /* H5_HAVE_PARALLEL */ |