edu.rit.pj.test
Class Test15
- java.lang.Object
-
- edu.rit.pj.test.Test15
-
public class Test15 extends java.lang.ObjectClass Test15 is a unit test main program for the all-gather collective communication operation in class Comm. The program runs on a number of processors in the cluster. Each process sets up an array of data and fills in one slice; the processes all-gather the array slices together; and each process prints its final array.Usage: java -Dpj.np=K edu.rit.pj.test.Test15 N
K = Number of parallel processes
N = Array length
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method and Description static voidmain(java.lang.String[] args)Unit test main program.
-
DMelt 3.0 © DataMelt by jWork.ORG