Supporting Flexible Data Distribution in Software DSMs

Hong Jinwei,Chen Guoliang,Zhang Zhaoqing
DOI: https://doi.org/10.1007/bf02950408
IF: 1.871
2000-01-01
Journal of Computer Science and Technology
Abstract:Page-based software DSM systems suffer from false sharing caused by the large sharing granularity, and only support one-dimensionBlock orCyclicblock data distribution schemes. Thus applications running on them will suffer from poor data locality and will be able to exploit parallelism only when using a large number of processors. In this paper, a way towards supporting flexible data distribution (FDD) on software DSM system is presented. Small granularity-tunable blocks, the size of which can be set by compiler or programmer, are used to overlap the working data sets distributed among processors. The FDD was implemented on a software DSM system called JIAJIA. Compared withBlock/Cyclic-block distribution schemes used by most DSM systems now, experiments show that the proposed way of flexible data distribution is more effective. The performance of the applications used in the experiments is significantly improved.
What problem does this paper attempt to address?