[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:
This commit is contained in:
Albert Cheng
2005-02-08 08:42:46 -05:00
parent 2183c5971a
commit e31f8dfdc8

View File

@@ -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
*