Mobile MPI programs in computational grids
Mobile MPI programs in computational grids
复制标题
计算网格中的移动 MPI 程序
DOI:
10.1145/1122971.1122977
复制
发表时间:
2006
期刊:
影响因子:
--
通讯作者:
Paul V. Stodghill
中科院分区:
文献类型:
--
作者:
Rohit Fernandes;K. Pingali;Paul V. Stodghill
Utility computing is becoming a popular way of exploiting the potential of computational grids. In utility computing, users are provided with computational power in a transparent manner similar to the way in which electrical utilities supply power to their customers. To take full advantage of utility computing, an application needs to be mobile; that is, it needs to be able to migrate between heterogeneous computing platforms while it is executing. Further, it needs to be able to adapt to the computing resources at each site, such as the number of available physical processors. At present, there are few high-performance computing applications of this sort, and re-engineering legacy codes to be mobile can take enormous effort.In this paper, we describe theph$PC^3$ system, which converts C/MPI codes into mobile programs almost transparently. Because it is based on portable application-level checkpointing, it enables the state of running applications to be saved so that the application can be restarted on different architectures, operating systems and MPI implementations. Moreover, the number of processors on these machines can be different. To our knowledge, this is the first system to provide all these features. Experimental results show that the overhead introduced by the system is usually small.