Translations:Using node-local storage/11/en

Revision as of 15:15, 31 March 2021 by FuzzyBot (talk | contribs) (FuzzyBot moved page Translations:Using $SLURM TMPDIR/11/en to Translations:Usng local scratch/11/en without leaving a redirect: Part of translatable page "Using $SLURM TMPDIR")

Output data must be copied from $SLURM_TMPDIR back to some permanent storage before the job ends. If a job times out, then the last few lines of the job script might not be executed. This can be addressed two ways:

  • First, obviously, request enough run time to let the application finish. We understand that this isn't always possible.
  • Write checkpoints to network storage, not to $SLURM_TMPDIR.