public interface Partition
Modifier and Type | Method and Description |
---|---|
int |
getBottleneckP()
returns the bottleneck processor.
|
double |
getPartitionValue()
partition bottleneck value.
|
int |
getSeparator(int pi)
the separator value for processor pi.
|
int[] |
getSeps()
the underlying 1D separator array.
|
void |
setArray(PrefixSum psum)
the prefix-summed task array.
|
void |
setSeparator(int pi,
int m)
The separator is set location m for processor pi.
|
void setSeparator(int pi, int m)
pi
- the processorm
- the separator index.int[] getSeps()
double getPartitionValue()
void setArray(PrefixSum psum)
psum
- task array.int getSeparator(int pi)
pi
- the processor.int getBottleneckP()