Documentation of 'edu.rit.clu.timing.TimeBcastByte' Java class
TimeBcastByte
edu.rit.clu.timing

Class TimeBcastByte



  • public class TimeBcastByte
    extends java.lang.Object
    Class TimeBcastByte measures the time to broadcast a message on a workstation cluster computer using Parallel Java (PJ). The program runs on K >= 2 processors. The program creates an n-byte message, broadcasts the message repeatedly for a certain number of repetitions, and measures the time to broadcast one message. The program repeats this for certain values of the message size n.

    Usage: java -Dpj.np=K edu.rit.clu.timing.TimeBcastByte reps n1 [ n2 . . . ]
    K = Number of processors, K >= 2
    reps = Number of repetitions for each value of n
    n1 = First value of n
    n2 = Second value of n . . .

    • 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.