edu.rit.clu.timing
Class TimeSendDouble
- java.lang.Object
-
- edu.rit.clu.timing.TimeSendDouble
-
public class TimeSendDouble extends java.lang.ObjectClass TimeSendDouble measures the time to send a message on a workstation cluster computer using Parallel Java (PJ). The program runs on two processors. The program creates an n-double message, sends the message repeatedly for a certain number of repetitions, and measures the time to send one message. The program repeats this for certain values of the message size n.Usage: java -Dpj.np=2 edu.rit.clu.timing.TimeSendDouble reps n1 [ n2 . . . ]
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 voidmain(java.lang.String[] args)Main program.
-
DMelt 3.0 © DataMelt by jWork.ORG