diff options
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..."); |