Package org.objectweb.proactive.calcium.skeletons

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.
 

Package org.objectweb.proactive.calcium.skeletons Description

This package contains the skeletons supported by the framework

@author ProActive Team. December 2006 @since ProActive 3.2



Copyright 2001-2007 INRIA All Rights Reserved.