#include "vtkDeprecation.h"
#include "vtkMPIController.h"
#include "vtkStringFormatter.h"
#include <cassert>
#include <string>
Go to the source code of this file.
|
|
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::Printf (vtkMPIController *comm, const char *formatArg, 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.
|
|
template<typename... T> |
void | vtkMPIUtilities::SynchronizedPrintf (vtkMPIController *comm, const char *formatArg, T &&... args) |
| Each rank, r_0 to r_{N-1}, prints the formatted message to stdout in rank order.
|
|