[svn-r25112] Description:

Revert r25081

Tested on:
    MacOSX/64 10.9.2 (amazon) w/FORTRAN & parallel
    (h5committest not necessary)
This commit is contained in:
Quincey Koziol 2014-04-25 16:21:55 -05:00
parent 97525f97f2
commit 1c3f945739

View File

@ -321,6 +321,9 @@ void h5diff_exit(int status)
status = EXIT_SUCCESS; /* Reset exit status, since some mpiexec commands generate output on failure status */
}
exit(status);
/* Always exit(0), since MPI implementations do weird stuff when they
* receive a non-zero exit value. - QAK
*/
exit(0);
}