38,757
edits
(Importing a new version from external source) |
(Importing a new version from external source) |
||
Line 2: | Line 2: | ||
job ends. If a job times out, then the last few lines of the job script might not | job ends. If a job times out, then the last few lines of the job script might not | ||
be executed. This can be addressed three ways: | be executed. This can be addressed three ways: | ||
* | * request enough runtime to let the application finish, although we understand that this isn't always possible; | ||
* | * write [[Points_de_contrôle/en|checkpoints]] to network storage, not to <code>$SLURM_TMPDIR</code>; | ||
* | * write a signal trapping function. |