edu.rit.pj.test
Class Test05
- java.lang.Object
-
- edu.rit.pj.test.Test05
-
public class Test05 extends java.lang.ObjectClass Test05 is a unit test main program for classes ParallelTeam, ParallelRegion, and IntegerForLoop. A parallel for loop iterates over a given range of indexes. Each iteration prints the loop index and the thread index executing that loop index. If the loop index exceeds 10, an exception is thrown.Usage: java -Dpj.nt=K edu.rit.pj.test.Test05 lb ub
K = Number of parallel threads
lb = Loop index lower bound, inclusive
ub = Loop index upper bound, inclusive
-
-
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