Finding a Suitable System Scale to Optimize Program Performance on Software DSM Systems

Yi-Chang Zhuang,Jyh-Biau Chang,Tyng-Yeu Liang,Ce-Kuen Shieh,Laurence Tianruo Yang
DOI: https://doi.org/10.1007/s10586-006-9738-3
2006-01-01
Cluster Computing
Abstract:Recently, software distributed shared memory systems have successfully provided an easy user interface to parallel user applications on distributed systems. In order to prompt program performance, most of DSM systems usually were greedy to utilize all of available processors in a computer network to execute user programs. However, using more processors to execute programs cannot necessarily guarantee to obtain better program performance. The overhead of paralleling programs is increased by the addition in the number of processors used for program execution. If the performance gain from program parallel cannot compensate for the overhead, increasing the number of execution processors will result in performance degradation and resource waste. In this paper, we proposed a mechanism to dynamically find a suitable system scale to optimize performance for DSM applications according to run-time information. The experimental results show that the proposed mechanism can precisely predict the processor number that will result in the best performance and then effectively optimize the performance of the test applications by adapting system scale according to the predicted result.
What problem does this paper attempt to address?