Translations:Running jobs/75/en

Revision as of 19:02, 31 July 2017 by FuzzyBot (talk | contribs) (Importing a new version from external source)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

When a computation is going to require a long time to complete, so long that it cannot be done within the time limits on the system, the software has to support checkpointing. The software should be able to save its complete state to a file, called a checkpoint, and then it should be able to restart and continue the computation from that saved state.