diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2001-05-10 13:47:17 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2001-05-10 13:47:17 (GMT) |
commit | 9c0f0b60dc9966bca73ab213ce33bba545035ea8 (patch) | |
tree | 351874ead1d82ab4530ec55f43075cf75ad557e3 /testpar | |
parent | 3214f19350c4564e78e4bd7eec79bb2ccda7b024 (diff) | |
download | hdf5-9c0f0b60dc9966bca73ab213ce33bba545035ea8.zip hdf5-9c0f0b60dc9966bca73ab213ce33bba545035ea8.tar.gz hdf5-9c0f0b60dc9966bca73ab213ce33bba545035ea8.tar.bz2 |
[svn-r3903] Purpose:
Bug fix
Description:
test_mpio_offset() was called with wrong syntax. Dumb mistake.
Platforms tested:
modi4, pp
Diffstat (limited to 'testpar')
-rw-r--r-- | testpar/t_mpi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testpar/t_mpi.c b/testpar/t_mpi.c index dd94fcc..f5f362a 100644 --- a/testpar/t_mpi.c +++ b/testpar/t_mpi.c @@ -415,7 +415,7 @@ main(int argc, char **argv) } MPI_BANNER("MPIO OFFSET overflow test..."); - test_mpio_offset(filenames[0]); + test_mpio_offset(); MPI_BANNER("MPIO GB size file test..."); test_mpio_gb_file(filenames[0]); MPI_BANNER("MPIO independent overlapping writes..."); |