diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2001-05-13 03:54:28 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2001-05-13 03:54:28 (GMT) |
commit | b6265298d8929f828798f83ab8568ef30b2f9177 (patch) | |
tree | d3b9f5039ed4c4ae49b5b21a39d3dea51776ccb7 /testpar/t_dset.c | |
parent | 408161748ff89ad40675e78bc98f35734a2df594 (diff) | |
download | hdf5-b6265298d8929f828798f83ab8568ef30b2f9177.zip hdf5-b6265298d8929f828798f83ab8568ef30b2f9177.tar.gz hdf5-b6265298d8929f828798f83ab8568ef30b2f9177.tar.bz2 |
[svn-r3926] Description:
Changed MPI_File_seek then MPI_File_write or MPI_File_read to just
MPI_File_write_at and MPI_File_read_at. Some compiler, e.g., IBM
mpcc_r does not support MPI_File_seek and MPI_File_read or MPI_File_write.
This is a better measurement against HDF5 performance since HDF5
uses MPI_File_write_at and MPI_File_read_at all the times.
It is a more thread safe to use MPI_xxx_at than the other seek then
read/write approaches.
Platforms tested:
modi4 (irix64 parallel), IBM sp2.
Diffstat (limited to 'testpar/t_dset.c')
0 files changed, 0 insertions, 0 deletions