diff options
Diffstat (limited to 'testpar/testphdf5.c')
-rw-r--r-- | testpar/testphdf5.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/testpar/testphdf5.c b/testpar/testphdf5.c index b067dd5..dfa0ab8 100644 --- a/testpar/testphdf5.c +++ b/testpar/testphdf5.c @@ -197,14 +197,14 @@ main(int argc, char **argv) } if (dowrite){ - MPI_BANNER("testing dataset using split communicators..."); - test_split_comm_access(filenames); - -#ifdef MPIOTEST +#ifndef MPIOTEST MPI_BANNER("testing MPIO independent overlapping writes..."); test_mpio_overlap_writes(filenames); #endif + MPI_BANNER("testing dataset using split communicators..."); + test_split_comm_access(filenames); + MPI_BANNER("testing dataset independent write..."); dataset_writeInd(filenames[0]); |