edu.rit.pj.test
Class Test08
- java.lang.Object
-
- edu.rit.pj.test.Test08
-
public class Test08 extends java.lang.ObjectClass Test08 is a unit test main program for classes ParallelTeam, ParallelRegion, and IntegerForLoop. A parallel for loop iterates over a given range of indexes. A portion of the loop body executes in parallel. Another portion of the loop body executes sequentially inside an ordered() method call.Usage: java [ -Dpj.nt=K ] [ -Dpj.schedule=schedule ] edu.rit.pj.test.Test08 lb ub stride
K = Number of parallel threads
schedule = Parallel for loop schedule
lb = Loop index lower bound, inclusive
ub = Loop index upper bound, inclusive
stride = Loop stride
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method and Description static voidmain(java.lang.String[] args)Unit test main program.
-
DMelt 3.0 © DataMelt by jWork.ORG