Commgroup

From Mesham
Revision as of 00:38, 4 January 2010 by Polas (talk | contribs) (Created page with '== Syntax == commgroup[process list] == Semantics == Specified within the multiple type, will limit memory allocation (and variable communication) to the processes within the …')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Syntax

commgroup[process list]

Semantics

Specified within the multiple type, will limit memory allocation (and variable communication) to the processes within the list given in this type's arguments.

Example

var i:Int :: allocated[multiple[commgroup[1,2]]];

In this example there are a number processes, but only 1 and 2 have variable i allocated to them.