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