#include <memmsg.h>
Inheritance diagram for MsgMemoryGrp
Public Methods | |
MsgMemoryGrp (const Ref< MessageGrp > &msg) | |
MsgMemoryGrp (const Ref< KeyVal > &keyval) | |
~MsgMemoryGrp () | |
void | set_localsize (int localsize) |
Set the size of locally held memory. More... | |
void | sync () |
Synchronizes all the nodes. More... | |
Protected Attributes | |
Ref<MessageGrp> | msg_ |
|
Set the size of locally held memory. When memory is accessed using a global offset counting starts at node 0 and proceeds up to node n() - 1. Reimplemented from MemoryGrp. Reimplemented in ActiveMsgMemoryGrp, and ShmMemoryGrp. |
|
Synchronizes all the nodes. Consider using this when the way you you access memory changes. Reimplemented from MemoryGrp. Reimplemented in MTMPIMemoryGrp. |