Essential Cycle Calculation Method for Irregular Array Redistribution(Computation and Computational Models)
スポンサーリンク
概要
- 論文の詳細を見る
In many parallel programs, run-time array redistribution is usually required to enhance data locality and reduce remote memory access on the distributed memory multicomputers. In general, array distribution can be classified into regular distribution and irregular distribution according to the distribution fashion. Many methods for performing regular array redistribution have been presented in the literature. However, for the heterogeneous computation environment, irregular array redistributions can be used to adjust data assignment at run-time. In this paper, an Essential Cycle Calculation method for unequal block sizes array redistribution is presented. In the ECC method, a processor first computes the source/destination processor/data sets of array elements in the first essential cycle of the local array it owns. From the source/destination processor/data sets of array elements in the first essential cycle, we can construct packing/unpacking pattern tables. Since each essential cycle has the same communication pattern, based on the packing/unpacking pattern tables, a processor can pack/unpack array elements efficiently. To evaluate the performance of the ECC method, we have implemented this method on an IBM SP2 parallel machine and compare it with the Sequence method. The cost models for these methods are also presented. The experimental results show that the ECC method greatly outperforms the Sequence method for all test samples.
- 社団法人電子情報通信学会の論文
- 2006-02-01
著者
-
Bai Sheng-wen
The Department Of Computer Science And Engineering National Sun Yat-sen University
-
YANG Chu-Sing
the Department of Computer Science and Engineering, National Sun Yat-Sen University
-
Yang Chu-sing
The Department Of Computer Science And Engineering National Sun Yat-sen University
関連論文
- Analysis and Improvement of Content-Aware Routing Mechanisms(Internet)
- Essential Cycle Calculation Method for Irregular Array Redistribution(Computation and Computational Models)