rsnt_translations
56,430
edits
(amplilfy signal trapping advice) |
No edit summary |
||
Line 58: | Line 58: | ||
* First, obviously, request enough runtime to let the application finish, although we understand that this isn't always possible. | * First, obviously, 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 [[Points_de_contrôle/en|checkpoints]] to network storage, not to <code>$SLURM_TMPDIR</code>. | ||
* | * Write a signal trapping function. | ||
== Signal trapping == <!--T:27--> | == Signal trapping == <!--T:27--> |