32#ifndef _util_group_memmsg_h
33#define _util_group_memmsg_h
35#include <util/group/message.h>
36#include <util/group/memory.h>
The MemoryGrp abstract class provides a way of accessing distributed memory in a parallel machine.
Definition memory.h:124
size_t localsize()
Returns the amount of memory residing locally on me().
Definition memory.h:159
A MsgMemoryGrp that initializes its data using a messagegrp.
Definition memmsg.h:41
void sync()
Synchronizes all the nodes.
void set_localsize(size_t localsize)
Set the size of locally held memory.
A template class that maintains references counts.
Definition ref.h:332