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

Class Test18



  • public class Test18
    extends java.lang.Object
    Class Test18 is a unit test main program for the all-to-all collective communication operation in class Comm. The program runs on a number of processors in the cluster. Each process sets up arrays of data, fills them in, and prints them; the processes do an all-to-all; and each process prints its final arrays.

    Usage: java -Dpj.np=K edu.rit.pj.test.Test18 N
    K = Number of parallel processes
    N = Array length

    • 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.Exception
        Unit test main program.
        Throws:
        java.lang.Exception

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.