File management best practices "As far as possible, use scratch and local storage for temporary files." The local storage on the could be accessed at $SLURM_TMPDIR. Try to avoid parallel write access to a file stored on a shared filesystem. But there is way out. Check the official documentation for more details.