diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2005-02-08 13:42:46 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2005-02-08 13:42:46 (GMT) |
commit | e31f8dfdc830cfc71a84ae36f2f69a0d432576db (patch) | |
tree | 0f9aacd8565cf4779967ebeb250de120f52684b1 /tools/lib | |
parent | 2183c5971ad1ef5ddbff3fd19d8af13737f4f03f (diff) | |
download | hdf5-e31f8dfdc830cfc71a84ae36f2f69a0d432576db.zip hdf5-e31f8dfdc830cfc71a84ae36f2f69a0d432576db.tar.gz hdf5-e31f8dfdc830cfc71a84ae36f2f69a0d432576db.tar.bz2 |
[svn-r9957] Purpose:
Bug fix.
Description:
print_manager_output was missing because it was compiled in
only parallel mode.
Solution:
Made it available all the times.
Platforms tested:
h5committested. (testph5diff.sh failed in copper but that
is a different error.)
Also tested in heping, serial and pp.
Misc. update:
Diffstat (limited to 'tools/lib')
-rw-r--r-- | tools/lib/h5diff.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/lib/h5diff.c b/tools/lib/h5diff.c index a157818..65959a2 100644 --- a/tools/lib/h5diff.c +++ b/tools/lib/h5diff.c @@ -55,6 +55,8 @@ void phdiff_dismiss_workers(void) MPI_Send(NULL, 0, MPI_BYTE, i, MPI_TAG_END, MPI_COMM_WORLD); } +#endif + /*------------------------------------------------------------------------- * Function: print_manager_output * @@ -81,8 +83,6 @@ void print_manager_output(void) } } -#endif - /*------------------------------------------------------------------------- * Function: h5diff * |