mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-27 02:10:55 +08:00
[svn-r12717] Purpose: Bug Fix
Description: It seems that, on AIX, calling MPI_Finalize without closing all files results in an error. This causes t_pflush1 to fail because the whole point of the test is to see what happens if you don't close a file. Try getting rid of the call to MPI_Finalize to see if this will silence the error. Tested: AIX (copper)
This commit is contained in:
parent
eff5e13304
commit
3ac3e03244
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user