Documentation of 'edu.rit.pj.test.Test23' Java class
Test23
edu.rit.pj.test

Class Test23



  • public class Test23
    extends java.lang.Object
    Class Test23 is a unit test main program for classes HybridTeam, 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=Kp ] [ -Dpj.nt=Kt ] [ -Dpj.schedule=schedule ] edu.rit.pj.test.Test23 lb ub stride
    Kp = Number of parallel processes
    Kt = Number of worker threads per process
    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 void main(java.lang.String[] args)
      Unit test main program.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • main

        public static void main(java.lang.String[] args)
                         throws java.lang.Throwable
        Unit test main program.
        Throws:
        java.lang.Throwable

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.