mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-27 02:10:55 +08:00
e1ffee4e4e
Purpose: Bug fix Description: Fixed the error on copper where output would match, except the worker tasks are forcefuly terminated at the end. Solution: If an exit code other than 0 was returned, the parallel environment would assume that there was an error and would terminate all other tasks. Because h5repack relies on the return value of h5diff, it was necessary to return values other than 0. Fixed by having parallel runs of h5diff always return 0, whereas the return value of serial runs is unchanged. Platforms tested: copper 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 |