org.objectweb.proactive.loadbalancing.util
Class JacobiDispatcher

java.lang.Object
  extended by org.objectweb.proactive.loadbalancing.util.JacobiDispatcher

public class JacobiDispatcher
extends java.lang.Object

Author:
cdelbe

Field Summary
static double boudaryValue
           
static double initialValue
           
protected  java.util.Vector nodes
           
protected  int nodesBooked
           
protected  P2PNodeLookup p2pNodeLookup
           
 
Constructor Summary
JacobiDispatcher()
           
JacobiDispatcher(java.lang.String s1, java.lang.String s2, java.lang.String s3, P2PService serviceP2P)
           
 
Method Summary
static void createAndSplitMatrix(JacobiWorker[] workers, int workerGridSize, int subMatrixSize, int globalMatrixSize)
           
static void createVirtualGrid(JacobiWorker[] workers, int workerGridSize)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

boudaryValue

public static final double boudaryValue
See Also:
Constant Field Values

initialValue

public static final double initialValue
See Also:
Constant Field Values

nodes

protected java.util.Vector nodes

nodesBooked

protected int nodesBooked

p2pNodeLookup

protected P2PNodeLookup p2pNodeLookup
Constructor Detail

JacobiDispatcher

public JacobiDispatcher()

JacobiDispatcher

public JacobiDispatcher(java.lang.String s1,
                        java.lang.String s2,
                        java.lang.String s3,
                        P2PService serviceP2P)
                 throws ProActiveException
Throws:
ProActiveException
Method Detail

createVirtualGrid

public static void createVirtualGrid(JacobiWorker[] workers,
                                     int workerGridSize)

createAndSplitMatrix

public static void createAndSplitMatrix(JacobiWorker[] workers,
                                        int workerGridSize,
                                        int subMatrixSize,
                                        int globalMatrixSize)


Copyright 2001-2007 INRIA All Rights Reserved.