Documentation of 'edu.rit.mp.test.Test02' Java class
Test02
edu.rit.mp.test

Class Test02



  • public class Test02
    extends java.lang.Object
    Class Test02 is a main program that sends and receives MP messages using the loopback channel. Each message consists of length integers, starting from 0. The number of messages sent is count. The program prints nothing as messages are sent and received, unless an error occurs. The program prints the time to send all the messages, minus the loop overhead time.

    Usage: java edu.rit.mp.test.Test02 length count
    length = Length of each message
    count = Number of messages

    • 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.Throwable
        Main program.
        Throws:
        java.lang.Throwable

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.