Translations:Running jobs/75/en: Difference between revisions

From Alliance Doc
Jump to navigation Jump to search
(Importing a new version from external source)
(Importing a new version from external source)
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 application you are running must support '''checkpointing'''. The application should be able to save its state to a file, called a ''checkpoint file'', and
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 ''checkpoint file'', 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.

Revision as of 18:57, 29 August 2017

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Running jobs)
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 [[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.

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 checkpoint file, and then it should be able to restart and continue the computation from that saved state.