mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-13 16:47:58 +08:00
[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:
parent
3214f19350
commit
9c0f0b60dc
@ -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...");
|
||||
|
Loading…
x
Reference in New Issue
Block a user