summaryrefslogtreecommitdiffstats
path: root/testpar/t_mpi.c
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2001-05-10 13:47:17 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2001-05-10 13:47:17 (GMT)
commit9c0f0b60dc9966bca73ab213ce33bba545035ea8 (patch)
tree351874ead1d82ab4530ec55f43075cf75ad557e3 /testpar/t_mpi.c
parent3214f19350c4564e78e4bd7eec79bb2ccda7b024 (diff)
downloadhdf5-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/t_mpi.c')
-rw-r--r--testpar/t_mpi.c2
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...");