From 1c3f9457396ba4a5f46a20423b205ed1e2b9c323 Mon Sep 17 00:00:00 2001 From: Quincey Koziol Date: Fri, 25 Apr 2014 16:21:55 -0500 Subject: [svn-r25112] Description: Revert r25081 Tested on: MacOSX/64 10.9.2 (amazon) w/FORTRAN & parallel (h5committest not necessary) --- tools/h5diff/ph5diff_main.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tools/h5diff/ph5diff_main.c b/tools/h5diff/ph5diff_main.c index 62e1e73..a26b6e9 100644 --- a/tools/h5diff/ph5diff_main.c +++ b/tools/h5diff/ph5diff_main.c @@ -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); } -- cgit v0.12