edu.rit.pj.test
Class Test14
- java.lang.Object
-
- edu.rit.pj.test.Test14
-
public class Test14 extends java.lang.ObjectClass Test14 is a unit test main program for the all-reduce 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; the processes all-reduce the arrays together; and each process prints its final array.Usage: java -Dpj.np=K edu.rit.pj.test.Test14 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