summaryrefslogtreecommitdiffstats
path: root/testpar/t_mdset.c
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2004-08-24 00:08:35 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2004-08-24 00:08:35 (GMT)
commit91d35f09f8c7c23dd143e6704a9531e47c137b00 (patch)
tree26a89855c29960fc02fef884416dd8d069c29717 /testpar/t_mdset.c
parent6bedc7a7294c3bb726a3157ac9d305b4ceae9dc6 (diff)
downloadhdf5-91d35f09f8c7c23dd143e6704a9531e47c137b00.zip
hdf5-91d35f09f8c7c23dd143e6704a9531e47c137b00.tar.gz
hdf5-91d35f09f8c7c23dd143e6704a9531e47c137b00.tar.bz2
[svn-r9142] Purpose:
Code cleanup. Removed bunch of old options (r,w,v,i,b,e) that are no longer valid or useful after adopting the general test interface. Moved the test of sizeof MPI_Offset into the test routine itself. Platforms tested: Eirene and Sol using pp mode.
Diffstat (limited to 'testpar/t_mdset.c')
-rw-r--r--testpar/t_mdset.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/testpar/t_mdset.c b/testpar/t_mdset.c
index ab59527..e437b22 100644
--- a/testpar/t_mdset.c
+++ b/testpar/t_mdset.c
@@ -302,6 +302,9 @@ void big_dataset(void)
MPI_Comm_rank (MPI_COMM_WORLD, &mpi_rank);
MPI_Comm_size (MPI_COMM_WORLD, &mpi_size);
+ /* Verify MPI_Offset can handle larger than 2GB sizes */
+ VRFY((sizeof(MPI_Offset)>4), "sizeof(MPI_Offset)>4");
+
filename = (char *) GetTestParameters();
fapl = create_faccess_plist(MPI_COMM_WORLD, MPI_INFO_NULL, facc_type, use_gpfs);