Translations:Running jobs/75/en: Difference between revisions
Jump to navigation
Jump to search
(Importing a new version from external source) |
(Importing a new version from external source) Tags: Mobile edit Mobile web edit |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
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, | 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 | the application you are running must support [[Points de contrôle/en|checkpointing]]. The application should be able to save its state to a file, called a >i>checkpoint file</i>, and | ||
then it should be able to restart and continue the computation from that saved state. | then it should be able to restart and continue the computation from that saved state. |
Latest revision as of 16:11, 2 June 2023
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 application you are running must support checkpointing. The application should be able to save its state to a file, called a >i>checkpoint file, and then it should be able to restart and continue the computation from that saved state.