mpi
Class GatherPackerFactory

java.lang.Object
  extended by mpi.GatherPackerFactory

public class GatherPackerFactory
extends java.lang.Object


Constructor Summary
GatherPackerFactory()
           
 
Method Summary
static Packer create(int numBlocks, int[] displs, int type, int extent)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GatherPackerFactory

public GatherPackerFactory()
Method Detail

create

public static Packer create(int numBlocks,
                            int[] displs,
                            int type,
                            int extent)