An Application-Level Incremental Checkpointing Mechanism with Automatic Parameter Tuning
An Application-Level Incremental Checkpointing Mechanism with Automatic Parameter Tuning
复制标题
DOI:
10.1109/candar.2017.96
复制
发表时间:
2017-11
期刊:
影响因子:
--
通讯作者:
Hiroyuki Takizawa;Muhammad Alfian Amrizal;Kazuhiko Komatsu;Ryusuke Egawa
中科院分区:
文献类型:
--
作者:
Hiroyuki Takizawa;Muhammad Alfian Amrizal;Kazuhiko Komatsu;Ryusuke Egawa
Although incremental checkpointing is an effective way of reducing the checkpointing overhead, it has been discussed mostly for system-level checkpointing. Since the whole memory space of a running application is saved in a checkpoint file, system-level checkpointing will be less practical for future-generation extreme-scale computing systems, in which the I/O operation is much more expensive than the computation, especially in terms of power consumption. In this work, hence, the idea of incremental checkpointing is applied to application-level checkpointing, in which programmers explicitly specify the simulation data to be saved into a checkpoint file so that only necessary data for resuming the simulation are saved. This work assumes that, in incremental checkpointing, a management region consisting of multiple memory pages is written to a checkpoint file only if any page in the management region has been updated since the last checkpointing. A management granularity is defined as the number of pages in a management region. A large granularity is likely to reduce the checkpointing overhead if a management region consists of only updated pages. However, if the granularity is too large, a management region will contain a lot of pages not updated since the last checkpointing, and thus incremental checkpointing cannot reduce the number of pages to be written into a checkpoint file. Therefore, this paper proposes an application-level incremental checkpointing mechanism with granularity autotuning for reducing the checkpointing overhead of a legacy simulation code.