Storing entire process state on disk and restoring it later? (On Linux/Unix)

前端 未结 3 2014
孤独总比滥情好
孤独总比滥情好 2021-02-12 22:18

I would like to know: Is there a system call, library, kernel module or command line tool I can use to store the complete state of a running program on the disk?

3条回答
  •  悲&欢浪女
    2021-02-12 23:00

    You should take a look at the BLCR project from Berkeley Lab. This is widely used by several MPI implementations to provide Checkpoint / Restart capabilities for parallel applications.

提交回复
热议问题