Uses of Class
edu.rit.pj.WorkerTeam
Packages that use WorkerTeam
Package
Description
The PJ package (Parallel Java) support shared memory, message passing and
hybrid shared memory/message passing parallelization in pure Java.
-
Uses of WorkerTeam in edu.rit.pj
Subclasses of WorkerTeam in edu.rit.pjModifier and TypeClassDescriptionclass
Class HybridTeam provides a team of threads, distributed across the processes of a cluster parallel program, for executing a WorkerRegion in parallel.Methods in edu.rit.pj that return WorkerTeamModifier and TypeMethodDescriptionfinal WorkerTeam
WorkerConstruct.team()
Returns the worker team that is executing this worker construct.