15 #ifndef vtkProcessModuleAutoMPI_h 16 #define vtkProcessModuleAutoMPI_h 19 #include "vtkObject.h" 20 #include "vtkPVClientServerCoreCoreModule.h" 22 class vtkProcessModuleAutoMPIInternals;
28 void PrintSelf(ostream& os, vtkIndent indent);
32 static void SetEnableAutoMPI(
bool val);
33 static void SetNumberOfCores(
int val);
50 int ConnectToRemoteBuiltInSelf();
55 vtkProcessModuleAutoMPIInternals* Internals;
static bool EnableAutoMPI