PostMaster¶
-
class
PostMaster¶ -
proc¶ void (shared message field) Shared message for process and reinit
-
getNumNodes()¶ (destination message field) Requests field value. The requesting Element must provide a handler for the returned value.
-
getMyNode()¶ (destination message field) Requests field value. The requesting Element must provide a handler for the returned value.
-
setBufferSize()¶ (destination message field) Assigns field value.
-
getBufferSize()¶ (destination message field) Requests field value. The requesting Element must provide a handler for the returned value.
-
process()¶ (destination message field) Handles process call
-
reinit()¶ (destination message field) Handles reinit call
-
numNodes¶ unsigned int (value field) Returns number of nodes that simulation runs on.
-
myNode¶ unsigned int (value field) Returns index of current node.
-
bufferSize¶ unsigned int (value field) Size of the send a receive buffers for each node.
-