[svn-r23601] Bring revisions #23341 - 23597 from trunk to revise_chunks.

h5committtested.
This commit is contained in:
Vailin Choi
2013-04-19 12:24:43 -05:00
parent 14d8e1c2b5
commit 0e1e79f0e0
111 changed files with 6423 additions and 3775 deletions

View File

@@ -275,6 +275,9 @@ void h5diff_exit(int status)
if(g_Parallel)
MPI_Finalize();
exit(status);
/* Always exit(0), since MPI implementations do weird stuff when they
* receive a non-zero exit value. - QAK
*/
exit(0);
}