diff options
-rw-r--r-- | testpar/t_pflush1.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/testpar/t_pflush1.c b/testpar/t_pflush1.c index 6ab04d8..b0bff95 100644 --- a/testpar/t_pflush1.c +++ b/testpar/t_pflush1.c @@ -164,8 +164,9 @@ main(int argc, char* argv[]) SKIPPED(); puts(" Test not compatible with current Virtual File Driver"); } - - MPI_Finalize(); + + /* AIX doesn't like it when you try to call MPI_Finalize without closing all files. */ +/* MPI_Finalize();*/ HD_exit(0); error: |