[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:
@@ -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
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user