|
VTK
9.7.20260711
|
Go to the source code of this file.
Namespaces | |
| namespace | vtkMPIUtilities |
Functions | |
| template<typename... T> | |
| void | vtkMPIUtilities::Print (vtkMPIController *comm, const char *format, T &&... args) |
| Rank 0 prints the user-supplied formatted message to stdout. | |
| template<typename... T> | |
| void | vtkMPIUtilities::SynchronizedPrint (vtkMPIController *comm, const char *format, T &&... args) |
| Each rank, r_0 to r_{N-1}, prints the formatted message to stdout in rank order. | |