Variables |
|
---|---|
n | total number of elements |
p | number of processors |
i | the processor number from (0 <= i <= p-1) |
h | an h-relation, where h is a multiple of n/p |
floor(h × {1 - [h / (2n-h)] i}) | if i < 2n/h and i < p-1 |
---|---|
0 | if 2n/h <= i < p-1 |
n - Sum(from j=0 to 2n/h - 1) [floor(h × {1 - [h / (2n-h)] j})] | if i = p-1 |
Return to the Experimental Parallel Algorithmics Experimental Data Sets page.
dbader@umiacs.umd.edu