mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-02-11 16:01:00 +08:00
[svn-r25112] Description:
Revert r25081 Tested on: MacOSX/64 10.9.2 (amazon) w/FORTRAN & parallel (h5committest not necessary)
This commit is contained in:
parent
97525f97f2
commit
1c3f945739
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user