#include <IC_EndPoint.h>
Public Types | |
enum | { , IC_OK = 0, IC_GENERIC_ERROR = -1, IC_INVALID_NDIM = -2, IC_CANT_ALLOC_REGION = -3, IC_CANT_GET_DA_DESCRIPTOR = -4, IC_CANT_COMPUTE_COMM_SCHEDULE = -5, IC_COMM_FAILURE = -6, IC_INVALID_ENDPOINT_NAME = -7, IC_INITIALIZATION_FAILURE = -8, IC_CANT_CONNECT_TO_REMOTE = -9, IC_PVM_ERROR = -10, IC_MPI_ERROR = -11, IC_POINTER_TABLE_ERROR = -12 } |
Public Member Functions | |
IC_EndPoint (const char *endpointName, const unsigned mynproc, const unsigned onproc, const unsigned myao, const unsigned oao, int &status) | |
virtual | ~IC_EndPoint () |
|
|
The constructor to create the communication endpoints
|
|
The destructor for the EndPoint. The application writer is supposed to invoke the delete C++ operator to ensure that the destructor properly finializes InterComm |