37#ifndef vtkMPIController_h
38#define vtkMPIController_h
41#include "vtkParallelMPIModule.h"
48VTK_ABI_NAMESPACE_BEGIN
63 vtkTypeList::Create<float, double, char, int, vtkTypeInt64, unsigned char, unsigned long>;
79 int* vtkNotUsed(argc),
char*** vtkNotUsed(argv),
int initializedExternally)
override;
93 void Finalize(
int finalizedExternally)
override;
150 ->NoBlockSend(data, length, remoteProcessId, tag, req);
152 int NoBlockSend(
const unsigned long* data,
int length,
int remoteProcessId,
int tag,
156 ->NoBlockSend(data, length, remoteProcessId, tag, req);
162 ->NoBlockSend(data, length, remoteProcessId, tag, req);
164 int NoBlockSend(
const unsigned char* data,
int length,
int remoteProcessId,
int tag,
168 ->NoBlockSend(data, length, remoteProcessId, tag, req);
174 ->NoBlockSend(data, length, remoteProcessId, tag, req);
180 ->NoBlockSend(data, length, remoteProcessId, tag, req);
182 int NoBlockSend(
const vtkTypeInt64* data,
int length,
int remoteProcessId,
int tag,
186 ->NoBlockSend(data, length, remoteProcessId, tag, req);
188 int NoBlockSend(
const int* data, vtkTypeInt64 length,
int remoteProcessId,
int tag,
192 ->NoBlockSend(data, length, remoteProcessId, tag, req);
194 int NoBlockSend(
const unsigned long* data, vtkTypeInt64 length,
int remoteProcessId,
int tag,
198 ->NoBlockSend(data, length, remoteProcessId, tag, req);
200 int NoBlockSend(
const char* data, vtkTypeInt64 length,
int remoteProcessId,
int tag,
204 ->NoBlockSend(data, length, remoteProcessId, tag, req);
206 int NoBlockSend(
const unsigned char* data, vtkTypeInt64 length,
int remoteProcessId,
int tag,
210 ->NoBlockSend(data, length, remoteProcessId, tag, req);
212 int NoBlockSend(
const float* data, vtkTypeInt64 length,
int remoteProcessId,
int tag,
216 ->NoBlockSend(data, length, remoteProcessId, tag, req);
218 int NoBlockSend(
const double* data, vtkTypeInt64 length,
int remoteProcessId,
int tag,
222 ->NoBlockSend(data, length, remoteProcessId, tag, req);
224 int NoBlockSend(
const vtkTypeInt64* data, vtkTypeInt64 length,
int remoteProcessId,
int tag,
228 ->NoBlockSend(data, length, remoteProcessId, tag, req);
235 int NoBlockSend(
const void* data, vtkTypeInt64 length, MPI_Datatype mpiType,
int remoteProcessId,
239 ->NoBlockSend(data, length, mpiType, remoteProcessId, tag, req);
255 ->NoBlockReceive(data, length, remoteProcessId, tag, req);
261 ->NoBlockReceive(data, length, remoteProcessId, tag, req);
267 ->NoBlockReceive(data, length, remoteProcessId, tag, req);
273 ->NoBlockReceive(data, length, remoteProcessId, tag, req);
279 ->NoBlockReceive(data, length, remoteProcessId, tag, req);
285 ->NoBlockReceive(data, length, remoteProcessId, tag, req);
291 ->NoBlockReceive(data, length, remoteProcessId, tag, req);
297 ->NoBlockReceive(data, length, remoteProcessId, tag, req);
299 int NoBlockReceive(
unsigned long* data, vtkTypeInt64 length,
int remoteProcessId,
int tag,
303 ->NoBlockReceive(data, length, remoteProcessId, tag, req);
309 ->NoBlockReceive(data, length, remoteProcessId, tag, req);
311 int NoBlockReceive(
unsigned char* data, vtkTypeInt64 length,
int remoteProcessId,
int tag,
315 ->NoBlockReceive(data, length, remoteProcessId, tag, req);
317 int NoBlockReceive(
float* data, vtkTypeInt64 length,
int remoteProcessId,
int tag,
321 ->NoBlockReceive(data, length, remoteProcessId, tag, req);
323 int NoBlockReceive(
double* data, vtkTypeInt64 length,
int remoteProcessId,
int tag,
327 ->NoBlockReceive(data, length, remoteProcessId, tag, req);
329 int NoBlockReceive(vtkTypeInt64* data, vtkTypeInt64 length,
int remoteProcessId,
int tag,
333 ->NoBlockReceive(data, length, remoteProcessId, tag, req);
352 int Iprobe(
int source,
int tag,
int* flag,
int* actualSource,
int* type,
int* size)
355 ->Iprobe(
source, tag, flag, actualSource, type, size);
357 int Iprobe(
int source,
int tag,
int* flag,
int* actualSource,
unsigned long* type,
int* size)
360 ->Iprobe(
source, tag, flag, actualSource, type, size);
362 int Iprobe(
int source,
int tag,
int* flag,
int* actualSource,
const char* type,
int* size)
365 ->Iprobe(
source, tag, flag, actualSource, type, size);
367 int Iprobe(
int source,
int tag,
int* flag,
int* actualSource,
float* type,
int* size)
370 ->Iprobe(
source, tag, flag, actualSource, type, size);
372 int Iprobe(
int source,
int tag,
int* flag,
int* actualSource,
double* type,
int* size)
375 ->Iprobe(
source, tag, flag, actualSource, type, size);
398 int Probe(
int source,
int tag,
int* actualSource,
int* type,
int* size)
402 int Probe(
int source,
int tag,
int* actualSource,
unsigned long* type,
int* size)
406 int Probe(
int source,
int tag,
int* actualSource,
const char* type,
int* size)
410 int Probe(
int source,
int tag,
int* actualSource,
float* type,
int* size)
414 int Probe(
int source,
int tag,
int* actualSource,
double* type,
int* size)
500 int remoteProcessId,
void* arg,
int argLength,
int rmiTag,
bool propagate)
override;
a simple class to control print indentation
dynamic, self-adjusting array of int
Class for creating user defined MPI communicators.
int Iprobe(int source, int tag, int *flag, int *actualSource, int *type, int *size)
Nonblocking test for a message.
static char ProcessorName[]
int Probe(int source, int tag, int *actualSource, int *type, int *size)
Blocking test for a message.
int NoBlockReceive(char *data, int length, int remoteProcessId, int tag, vtkMPICommunicator::Request &req)
This method receives data from a corresponding send (non-blocking).
int NoBlockSend(const double *data, vtkTypeInt64 length, int remoteProcessId, int tag, vtkMPICommunicator::Request &req)
This method sends data to another process (non-blocking).
~vtkMPIController() override
bool TestSome(int count, vtkMPICommunicator::Request requests[], vtkIntArray *completed)
Return true iff one or more of the communicator request objects is complete.
int WaitAll(int count, vtkMPICommunicator::Request requests[])
Given the request objects of a set of non-blocking operations (send and/or receive) this method block...
int NoBlockSend(const int *data, vtkTypeInt64 length, int remoteProcessId, int tag, vtkMPICommunicator::Request &req)
This method sends data to another process (non-blocking).
int NoBlockSend(const unsigned long *data, vtkTypeInt64 length, int remoteProcessId, int tag, vtkMPICommunicator::Request &req)
This method sends data to another process (non-blocking).
int NoBlockReceive(double *data, vtkTypeInt64 length, int remoteProcessId, int tag, vtkMPICommunicator::Request &req)
This method receives data from a corresponding send (non-blocking).
int Probe(int source, int tag, int *actualSource, float *type, int *size)
Blocking test for a message.
void InitializeCommunicator(vtkMPICommunicator *comm)
friend class vtkMPIOutputWindow
int Probe(int source, int tag, int *actualSource, double *type, int *size)
Blocking test for a message.
int NoBlockSend(const char *data, int length, int remoteProcessId, int tag, vtkMPICommunicator::Request &req)
This method sends data to another process (non-blocking).
bool CanProbe() override
This controller does have probing capability.
int Iprobe(int source, int tag, int *flag, int *actualSource, double *type, int *size)
Nonblocking test for a message.
int WaitAny(int count, vtkMPICommunicator::Request requests[], int &idx)
Blocks until one of the specified requests in the given request array completes.
int NoBlockSend(const vtkTypeInt64 *data, vtkTypeInt64 length, int remoteProcessId, int tag, vtkMPICommunicator::Request &req)
This method sends data to another process (non-blocking).
int Probe(int source, int tag, int *actualSource, unsigned long *type, int *size)
Blocking test for a message.
bool TestAll(int count, vtkMPICommunicator::Request requests[])
Returns true iff all of the communication request objects are complete.
void Initialize(int *argc, char ***argv, int initializedExternally) override
This method is for setting up the processes.
void Finalize() override
This method is for cleaning up and has to be called before the end of the program if MPI was initiali...
int NoBlockSend(const unsigned char *data, int length, int remoteProcessId, int tag, vtkMPICommunicator::Request &req)
This method sends data to another process (non-blocking).
int Probe(int source, int tag, int *actualSource) override
Blocking test for a message.
int NoBlockReceive(char *data, vtkTypeInt64 length, int remoteProcessId, int tag, vtkMPICommunicator::Request &req)
This method receives data from a corresponding send (non-blocking).
int Iprobe(int source, int tag, int *flag, int *actualSource, const char *type, int *size)
Nonblocking test for a message.
bool TestAny(int count, vtkMPICommunicator::Request requests[], int &idx)
Returns true iff at least one of the communication request objects is complete.
void CreateOutputWindow() override
This method can be used to tell the controller to create a special output window in which all message...
int NoBlockReceive(unsigned long *data, vtkTypeInt64 length, int remoteProcessId, int tag, vtkMPICommunicator::Request &req)
This method receives data from a corresponding send (non-blocking).
int NoBlockReceive(float *data, int length, int remoteProcessId, int tag, vtkMPICommunicator::Request &req)
This method receives data from a corresponding send (non-blocking).
int Probe(int source, int tag, int *actualSource, const char *type, int *size)
Blocking test for a message.
int NoBlockSend(const unsigned char *data, vtkTypeInt64 length, int remoteProcessId, int tag, vtkMPICommunicator::Request &req)
This method sends data to another process (non-blocking).
static int UseSsendForRMI
When set, TriggerRMI uses Ssend instead of Send.
static vtkMPICommunicator * WorldRMICommunicator
void SetCommunicator(vtkMPICommunicator *comm)
MPIController uses this communicator in all sends and receives.
int NoBlockSend(const float *data, int length, int remoteProcessId, int tag, vtkMPICommunicator::Request &req)
This method sends data to another process (non-blocking).
int NoBlockReceive(unsigned char *data, vtkTypeInt64 length, int remoteProcessId, int tag, vtkMPICommunicator::Request &req)
This method receives data from a corresponding send (non-blocking).
void Initialize(int *argc, char ***argv) override
This method is for setting up the processes.
vtkMPIController * CreateSubController(vtkProcessGroup *group) override
Creates a new controller with the processes specified by the given group.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
int NoBlockSend(const void *data, vtkTypeInt64 length, MPI_Datatype mpiType, int remoteProcessId, int tag, vtkMPICommunicator::Request &req)
Variant that permits dynamic type sends, like those create by MPI_Type_create_subarray.
int Iprobe(int source, int tag, int *flag, int *actualSource, float *type, int *size)
Nonblocking test for a message.
vtkMPIController * PartitionController(int localColor, int localKey) override
Partitions this controller based on a coloring.
void Finalize(int finalizedExternally) override
This method is for cleaning up.
int NoBlockReceive(double *data, int length, int remoteProcessId, int tag, vtkMPICommunicator::Request &req)
This method receives data from a corresponding send (non-blocking).
int NoBlockReceive(int *data, vtkTypeInt64 length, int remoteProcessId, int tag, vtkMPICommunicator::Request &req)
This method receives data from a corresponding send (non-blocking).
static const char * GetProcessorName()
vtkTypeList::Create< float, double, char, int, vtkTypeInt64, unsigned char, unsigned long > ValueTypes
The list of value types supported by MPIController.
int NoBlockReceive(unsigned long *data, int length, int remoteProcessId, int tag, vtkMPICommunicator::Request &req)
This method receives data from a corresponding send (non-blocking).
int WaitSome(int count, vtkMPICommunicator::Request requests[], vtkIntArray *completed)
Blocks until one or more of the specified requests in the given request request array completes.
static char * ErrorString(int err)
Given an MPI error code, return a string which contains an error message.
void SingleMethodExecute() override
Execute the SingleMethod (as define by SetSingleMethod) using this->NumberOfProcesses processes.
int NoBlockReceive(vtkTypeInt64 *data, vtkTypeInt64 length, int remoteProcessId, int tag, vtkMPICommunicator::Request &req)
This method receives data from a corresponding send (non-blocking).
static vtkMPIController * New()
int NoBlockSend(const int *data, int length, int remoteProcessId, int tag, vtkMPICommunicator::Request &req)
This method sends data to another process (non-blocking).
static void SetUseSsendForRMI(int use_send)
When set to 1, TriggerRMI uses Ssend() instead of Send() calls.
int NoBlockReceive(int *data, int length, int remoteProcessId, int tag, vtkMPICommunicator::Request &req)
This method receives data from a corresponding send (non-blocking).
int NoBlockSend(const float *data, vtkTypeInt64 length, int remoteProcessId, int tag, vtkMPICommunicator::Request &req)
This method sends data to another process (non-blocking).
int NoBlockReceive(unsigned char *data, int length, int remoteProcessId, int tag, vtkMPICommunicator::Request &req)
This method receives data from a corresponding send (non-blocking).
int Iprobe(int source, int tag, int *flag, int *actualSource)
Nonblocking test for a message.
void TriggerRMIInternal(int remoteProcessId, void *arg, int argLength, int rmiTag, bool propagate) override
Implementation for TriggerRMI() provides subclasses an opportunity to modify the behaviour eg.
int NoBlockSend(const double *data, int length, int remoteProcessId, int tag, vtkMPICommunicator::Request &req)
This method sends data to another process (non-blocking).
int NoBlockSend(const vtkTypeInt64 *data, int length, int remoteProcessId, int tag, vtkMPICommunicator::Request &req)
This method sends data to another process (non-blocking).
int NoBlockSend(const char *data, vtkTypeInt64 length, int remoteProcessId, int tag, vtkMPICommunicator::Request &req)
This method sends data to another process (non-blocking).
int NoBlockReceive(vtkTypeInt64 *data, int length, int remoteProcessId, int tag, vtkMPICommunicator::Request &req)
This method receives data from a corresponding send (non-blocking).
virtual void Initialize()
Same as Initialize(0, 0, 1).
static int GetUseSsendForRMI()
int NoBlockSend(const unsigned long *data, int length, int remoteProcessId, int tag, vtkMPICommunicator::Request &req)
This method sends data to another process (non-blocking).
void MultipleMethodExecute() override
Execute the MultipleMethods (as define by calling SetMultipleMethod for each of the required this->Nu...
int Iprobe(int source, int tag, int *flag, int *actualSource, unsigned long *type, int *size)
Nonblocking test for a message.
void InitializeRMICommunicator()
int NoBlockReceive(float *data, vtkTypeInt64 length, int remoteProcessId, int tag, vtkMPICommunicator::Request &req)
This method receives data from a corresponding send (non-blocking).
vtkCommunicator * Communicator
vtkMultiProcessController()
A subgroup of processes from a communicator.
boost::graph_traits< vtkGraph * >::vertex_descriptor source(boost::graph_traits< vtkGraph * >::edge_descriptor e, vtkGraph *)
#define VTK_SIZEHINT(...)