summaryrefslogtreecommitdiffstats
path: root/test/gass_read.c
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2001-05-13 03:54:28 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2001-05-13 03:54:28 (GMT)
commitb6265298d8929f828798f83ab8568ef30b2f9177 (patch)
treed3b9f5039ed4c4ae49b5b21a39d3dea51776ccb7 /test/gass_read.c
parent408161748ff89ad40675e78bc98f35734a2df594 (diff)
downloadhdf5-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 'test/gass_read.c')
0 files changed, 0 insertions, 0 deletions