edu.rit.mp.test
Class Receive03
java.lang.Object
edu.rit.mp.test.Receive03
public class Receive03
- extends Object
Class Receive03 is a main program that receives MP messages from the
Send03 program. Each message consists of length floats,
starting from 0. The number of messages received is count. The program
prints nothing as messages are received, unless an error occurs.
Usage: java edu.rit.mp.test.Receive03 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 |
static void |
main(String[] args)
Main program. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
main
public static void main(String[] args)
throws Throwable
- Main program.
- Throws:
Throwable
Copyright © 2005-2012 by Alan Kaminsky. All rights reserved. Send comments to ark@cs.rit.edu.