PlasCom2  1.0
XPACC Multi-physics simluation application
ix::comm Namespace Reference

MPI Interface. More...

Detailed Description

MPI Interface.

Classes

class  CommunicatorObject
 Main encapsulation of MPI. More...
 
class  MobileObject
 provides communication for complex objects. More...
 
class  ParallelObject
 Utility class for creating derived objects that are parallel. More...
 

Enumerations

enum  DataTypes {
  DTDOUBLE, DTFLOAT, DTINT, DTUINT,
  DTSIZET, DTCHAR, DTUCHAR, DTBYTE,
  DTUBYTE
}
 Supported data types. More...
 
enum  Ops {
  MAXOP, MINOP, SUMOP, PRODOP,
  MINLOCOP, MAXLOCOP
}
 Operations for collectives. More...
 

Enumeration Type Documentation

◆ DataTypes

enum DataTypes

Supported data types.

Enumerator
DTDOUBLE 
DTFLOAT 
DTINT 
DTUINT 
DTSIZET 
DTCHAR 
DTUCHAR 
DTBYTE 
DTUBYTE 

Definition at line 19 of file COMM.H.

◆ Ops

enum Ops

Operations for collectives.

Enumerator
MAXOP 
MINOP 
SUMOP 
PRODOP 
MINLOCOP 
MAXLOCOP 

Definition at line 21 of file COMM.H.