hdf5/tools/h5diff
Leon Arber 839f1092da [svn-r9877] Purpose:
Bug fix: Temporary fix for h5repack failures in all parallel builds.

Description:
The parallel additions to h5diff interfered with h5repack.

Solution:
Added a second set of "parallel" functions to h5diff.c.  h5repack uses the serial versions, whereas h5diff will use the parallel versions.

Also, h5diff will now be smart about when to enter parallel mode.  If is run with mpirun with more than 1 task, it will enter parallel mode.  Otherwise, it will stay in serial mode as before.

Platforms tested:
heping (serial and parallel)

Misc. update:
2005-01-27 18:21:05 -05:00
..
Dependencies
h5diff_main.c [svn-r9877] Purpose: 2005-01-27 18:21:05 -05:00
Makefile.in
testh5diff_attr.c
testh5diff_basic.c
testh5diff_dset.c
testh5diff_main.c
testh5diff_util.c
testh5diff.h
testh5diff.sh [svn-r9872] Purpose: 2005-01-26 18:03:29 -05:00