Uses of Class
edu.rit.pj.LongForLoop
Packages that use LongForLoop
Package
Description
The PJ package (Parallel Java) support shared memory, message passing and
hybrid shared memory/message passing parallelization in pure Java.
-
Uses of LongForLoop in edu.rit.pj
Methods in edu.rit.pj with parameters of type LongForLoopModifier and TypeMethodDescriptionfinal void
ParallelRegion.execute
(long first, long last, LongForLoop theLoop) Execute a parallel for loop within this parallel region.final void
ParallelRegion.execute
(long first, long last, LongForLoop theLoop, BarrierAction action) Execute a parallel for loop within this parallel region.