Next: Collective global computation routines
Up: Collective communication
Previous: Vector variants
Global Computation Routines
- Two types of global computation routine
- If n is the size of the group, and
is the j data item
in process i, then a reduce routine evaluates,

-
is the reduction function. It must be associative and
commutative.
- The
are stored in a specified process.
- A scan routine evaluates in process
:

David W Walker
Mon Jan 20 11:10:22 GMT 1997