edu.rit.pj.test
Class Test07
java.lang.Object
edu.rit.pj.test.Test07
public class Test07
- extends Object
Class Test07 is a unit test main program for classes ParallelTeam, ParallelRegion, and ParallelSection.
A parallel section is executed by one parallel team thread, first with a
wait, then without a wait.
Usage: java -Dpj.nt=K edu.rit.pj.test.Test07
K = Number of parallel threads
|
Method Summary |
static void |
main(String[] args)
Unit test main program. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
main
public static void main(String[] args)
throws Exception
- Unit test main program.
- Throws:
Exception
Copyright © 2005-2012 by Alan Kaminsky. All rights reserved. Send comments to ark@cs.rit.edu.