Multithreading Compilation for HPF Program Based on SMP Cluster System.

ZH Du,SL Li,PZ Shi
2000-01-01
Abstract:HPF is a de facto standard of data parallel language. Cluster computing is a kind of practical and prevailing parallel computing paradigms. This paper presents a new kind of HPF compilation strategy based on SMP(Symmetric Multiple Processors) cluster system - multithreading HPF compilation. Multithreading compilation can improve the performance of HPF program and exploit the computing resource of SMP supernode. Multithreading compilation is a general HPF compilation method, which is suitable for distributed memory computing, shared memory computing or the combination of them - SMP cluster computing. This paper introduces the basic strategy of multithreading compilation HPF program on SMP cluster system. Early experiments show that multithreading compilation is superior to multiprocessing on SMP supernode. A briefly related work and conclusion is given at the end of this paper.
What problem does this paper attempt to address?