mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-01-24 15:25:00 +08:00
6a7a80135d
Bug fix Description: h5diff sometimes will 'exit(status)' but if it is in parallel mode, it needs to close up the workers and the MPI environment before exit(..). Solution: Created h5diff_exit() that will just exit in serial mode but does all the shutdown properly if in parallel mode. Platforms tested: tested in heping, serial and parallel. Misc. update: |
||
---|---|---|
.. | ||
h5diff_main.c | ||
Makefile.am | ||
Makefile.in | ||
testh5diff_attr.c | ||
testh5diff_basic.c | ||
testh5diff_dset.c | ||
testh5diff_main.c | ||
testh5diff_util.c | ||
testh5diff.h | ||
testh5diff.sh | ||
testph5diff.sh |