|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
This package contains the skeletons supported by the framework
@author ProActive Team.
See:
Description
Class Summary | |
---|---|
DaC<T> | This skeleton represents Divide and Conquer parallelism (data parallelism). |
Farm<T> | This class provides Farm parallelism (also known as Master/Slave). |
For<T> | |
If<T> | This class provides If conditioning. |
Map<T> | Map is only a special case of Divide and Conquer, and therfore represents data parallelism. |
Pipe<T> | The Pipe skeleton represents staged computation. |
Seq<T> | The Seq skeleton is a wrapper for the user inputed sequential code. |
While<T> | The while skeleton represents conditioned iteration. |
This package contains the skeletons supported by the framework
@author ProActive Team. December 2006 @since ProActive 3.2
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |