edu.rit.mp.test
Class Send03
- java.lang.Object
-
- edu.rit.mp.test.Send03
-
public class Send03 extends java.lang.ObjectClass Send03 is a main program that sends MP messages to the Receive03 program. Each message consists of length floats, starting from 0. The number of messages sent is count. The program prints nothing as messages are sent, 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.Send03 tohost toport length count
tohost = Host to which to send messages
toport = Port to which to send messages
length = Length of each message
count = Number of messages
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method and Description static voidmain(java.lang.String[] args)Main program.
-
DMelt 3.0 © DataMelt by jWork.ORG