Documentation of 'edu.rit.pj.cluster.test.Test02' Java class
Test02
edu.rit.pj.cluster.test

Class Test02



  • public class Test02
    extends java.lang.Object
    Class Test02 is a unit test main program for class Comm. The program runs on the number of nodes and with the number of processes specified. In each process, the program runs the number of threads specified. For further information about specifying the number of nodes, processes, and threads, see class PJProperties. Each thread in each process prints out a "Hello, world" message and echoes the command line arguments.

    Usage: java -Dpj.nn=Kn -Dpj.np=Kp -Dpj.nt=Kt edu.rit.pj.cluster.test.Test02 [ args ]
    Kn = Number of nodes
    Kp = Number of processes
    Kt = Number of threads per process

    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method and Description
      static void main(java.lang.String[] args)
      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.Exception
        Main program.
        Throws:
        java.lang.Exception

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.