diff options
author | Bill Wendling <wendling@ncsa.uiuc.edu> | 2003-02-14 22:06:18 (GMT) |
---|---|---|
committer | Bill Wendling <wendling@ncsa.uiuc.edu> | 2003-02-14 22:06:18 (GMT) |
commit | ce6a77eb3e54c7c527ea4c8a7b3fa81ebec7ddb2 (patch) | |
tree | 59c3c1e83309e0d6748834407e11db7249035313 /src/H5FDfphdf5.h | |
parent | 0f125bf0fc16748f69161ef405ea7ec2123d1371 (diff) | |
download | hdf5-ce6a77eb3e54c7c527ea4c8a7b3fa81ebec7ddb2.zip hdf5-ce6a77eb3e54c7c527ea4c8a7b3fa81ebec7ddb2.tar.gz hdf5-ce6a77eb3e54c7c527ea4c8a7b3fa81ebec7ddb2.tar.bz2 |
[svn-r6406] Purpose:
Update
Description:
Since metadata doesn't use a "set view" to do I/O, I moved the check
for the use_set_view variable down into the "real" write routine.
Also added a check for when the server is dumping metadata to the
file. in that case, don't write this information to the SAP...
Platforms tested:
Linux
Diffstat (limited to 'src/H5FDfphdf5.h')
-rw-r--r-- | src/H5FDfphdf5.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/H5FDfphdf5.h b/src/H5FDfphdf5.h index c135220..3f46158 100644 --- a/src/H5FDfphdf5.h +++ b/src/H5FDfphdf5.h @@ -75,8 +75,6 @@ H5_DLL int H5FD_fphdf5_mpi_rank(H5FD_t *_file); H5_DLL int H5FD_fphdf5_mpi_size(H5FD_t *_file); H5_DLL herr_t H5FD_fphdf5_write_real(H5FD_t *_file, hid_t dxpl_id, - MPI_Datatype UNUSED file_type, - MPI_Datatype buf_type, MPI_Offset mpi_off, int size, const void *buf); |