AMS_Memory_attach

Attaches published memory objects. This function Creates an array of local memory objects that corresponds to an array of remote memory objects published with AMS_Memory_publish()

Synopsis

int AMS_Memory_attach(AMS_Comm ams, char *name, AMS_Memory *mem, unsigned int *step)

Input Parameters

ams
ALICE communicator
name
the unique name of the memory. To attach multiple memories at the same time (for efficiency), use the "|" separator in the argument name to seperate the different memories. In such a case the output parameter mem should point to enough space to receive the different memory ids attached.

Output Parameters

mem
Pointer to the memory object, or an array of memory objects
step
Pointer to the memory step number, or an array of step numbers

Location:amsacc.c