Changes between Version 3 and Version 4 of ContractReduction
- Timestamp:
- 06/30/14 13:11:38 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ContractReduction
v3 v4 52 52 int $comm_size($comm, ...); 53 53 }}} 54 55 - The following means that if the argument `count` is equal to zero, then the current process forms the ample set, otherwise, any process that can reach the memory unit of object `comm` should be in the ample set. 56 {{{ 57 [count = 0] $ample{$false} : $ample{$reach(comm)} 58 void comm_deque($comm comm, int count ....); 59 }}}
