[svn-r3903] Purpose:

Bug fix
Description:
    test_mpio_offset() was called with wrong syntax.  Dumb mistake.
Platforms tested:
    modi4, pp
This commit is contained in:
Albert Cheng 2001-05-10 08:47:17 -05:00
parent 3214f19350
commit 9c0f0b60dc

View File

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