public class NicolMinus extends AbstractHeterogeneousPartitionMethod
Constructor and Description |
---|
NicolMinus() |
Modifier and Type | Method and Description |
---|---|
protected Crobber |
createCrobber(PrefixSum psArray,
PrefixSum processors) |
protected double |
findBStar(PrefixSum psArray,
PrefixSum processors,
double wmax,
double emin)
Calculates and returns the bottleneck value.
|
java.lang.String |
getName()
An identifying string for the algorithm.
|
protected Probe1D |
getProber() |
calculatePartition, getPartitionFor
protected double findBStar(PrefixSum psArray, PrefixSum processors, double wmax, double emin)
AbstractHeterogeneousPartitionMethod
findBStar
in class AbstractHeterogeneousPartitionMethod
psArray
- the prefix-summed task array.processors
- the prefix-summed processor array.wmax
- the max of the task array.emin
- the min of the processor array.protected Probe1D getProber()
public java.lang.String getName()
HeterogeneousPartitionMethod