VTK  9.5.20250901
Namespaces
vtkMPIUtilities.h File Reference
#include "vtkDeprecation.h"
#include "vtkMPIController.h"
#include "vtkStringFormatter.h"
#include <cassert>
#include <string>
Include dependency graph for vtkMPIUtilities.h:
This graph shows which files directly or indirectly include this file:

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::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.