edu.rit.pj.test
Class Test16

java.lang.Object
  extended by edu.rit.pj.test.Test16

public class Test16
extends Object

Class Test16 is a unit test main program for the scan 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, fills it in, and prints it; the processes scan the arrays using sum as the reduction operator; and each process prints its final array.

Usage: java -Dpj.np=K edu.rit.pj.test.Test16 N
K = Number of parallel processes
N = Array length


Method Summary
static void main(String[] args)
          Unit test main program.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

main

public static void main(String[] args)
                 throws Exception
Unit test main program.

Throws:
Exception


Copyright © 2005-2012 by Alan Kaminsky. All rights reserved. Send comments to ark­@­cs.rit.edu.