edu.rit.pj.test
Class Test21
- java.lang.Object
-
- edu.rit.pj.test.Test21
-
public class Test21 extends java.lang.ObjectClass Test21 is a unit test main program for classes WorkerTeam, WorkerRegion, and WorkerIntegerForLoop. A worker for loop iterates over a given range of indexes. Each iteration prints the loop index and the worker index executing that loop index.Usage: java [ -Dpj.np=K ] [ -Dpj.schedule=schedule ] edu.rit.pj.test.Test21 lb ub stride
K = Number of parallel processes
schedule = Worker 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