Re: [Scalablecr-discuss] Checkpointing using SCR
Brought to you by:
kathrynmohror,
moody20
From: Moody, A. T. <mo...@ll...> - 2013-12-02 20:31:16
|
Hi Rommel, Most of the applications using SCR contain logic to write their own checkpoints, so we don't have a lot of experience yet with third-party checkpointing packages. Having said that, we know that the MVAPICH MPI team has integrated BLCR (Berkeley Lab Checkpoint Restart) with SCR. http://mvapich.cse.ohio-state.edu Also, there is a research-level checkpointing package at LLNL which implements a persistent heap (variables stored in this region are checkpointed with a call to msync). This package has also been integrated with SCR. http://e-reports-ext.llnl.gov/pdf/754806.pdf Is there a particular checkpointing package you have in mind? -Adam ________________________________ From: AJR [ico...@gm...] Sent: Sunday, December 01, 2013 11:44 PM To: sca...@li... Subject: [Scalablecr-discuss] Checkpointing using SCR Hi, You mention in your manuals that SCR is meant to work well with checkpointing packages that write a file per MPI process. Could you give some examples of the kind of checkpointing packages that will work well with SCR ? Rommel Lucas |