hdf5/tools/h5diff
Leon Arber e1ffee4e4e [svn-r9998]
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:
2005-02-13 18:47:54 -05:00
..
h5diff_main.c [svn-r9998] 2005-02-13 18:47:54 -05:00
Makefile.am [svn-r9993] Purpose: 2005-02-11 16:32:22 -05:00
Makefile.in [svn-r9993] Purpose: 2005-02-11 16:32:22 -05:00
testh5diff_attr.c [svn-r8904] Purpose: 2004-07-20 14:21:03 -05:00
testh5diff_basic.c [svn-r7904] Purpose: 2003-12-02 18:13:27 -05:00
testh5diff_dset.c [svn-r9968] 2005-02-09 11:01:53 -05:00
testh5diff_main.c [svn-r7904] Purpose: 2003-12-02 18:13:27 -05:00
testh5diff_util.c [svn-r7904] Purpose: 2003-12-02 18:13:27 -05:00
testh5diff.h [svn-r8383] Purpose: 2004-04-17 23:10:09 -05:00
testh5diff.sh [svn-r9980] Purpose: 2005-02-10 15:31:18 -05:00
testph5diff.sh [svn-r9956] Purpose: 2005-02-08 00:42:49 -05:00