From e31f8dfdc830cfc71a84ae36f2f69a0d432576db Mon Sep 17 00:00:00 2001 From: Albert Cheng Date: Tue, 8 Feb 2005 08:42:46 -0500 Subject: [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: --- tools/lib/h5diff.c | 4 ++-- 1 file 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 * -- cgit v0.12