Notes on Compute Canada

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.

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.