From 9c0f0b60dc9966bca73ab213ce33bba545035ea8 Mon Sep 17 00:00:00 2001 From: Albert Cheng Date: Thu, 10 May 2001 08:47:17 -0500 Subject: [svn-r3903] Purpose: Bug fix Description: test_mpio_offset() was called with wrong syntax. Dumb mistake. Platforms tested: modi4, pp --- testpar/t_mpi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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..."); -- cgit v0.12