#include <IC_EndPointSet.h>
Public Types | |
enum | { IC_OK = 0, IC_EPSET_INIT_FAILURE = -13, IC_ARRAY_REGISTER_FAILURE = -14, IC_COMMIT_ARRAY_FAILURE = -15 } |
Public Member Functions | |
IC_EndPointSet (const char *xjdfile, const char *compname, int &status) | |
virtual | ~IC_EndPointSet () |
void | commitArrays (int &status) |
void | exportArray (char *arrname, int &status) |
void | importArray (char *arrname, int &status) |
|
Enumeration for InterComm high-level API errors (Specifically for XJD) |
|
This will create multiple IC_EndPoint objects related with compname by parsing the XJD file
|
|
The destructor of the IC_EndPointSet |
|
This computes the schedules for all regions defined with this compname
|
|
Export the arrays after creating the communication endpoints
|
|
Import the arrays after creating the communication endpoints
|