How to use ARC scratch space: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 1: | Line 1: | ||
= Background = | = Background = | ||
References: | |||
* [[ARC Storage Terms of Use]] | * [[ARC Storage Terms of Use]] | ||
* [[ARC Cluster Guide#/scratch: Scratch file system for large job-oriented storage]] | * [[ARC Cluster Guide#/scratch: Scratch file system for large job-oriented storage]] | ||
The '''scratch space''' provided on ARC is designed to handle large temporary files generated by the job '''during job's run time'''. | |||
The '''scratch space''' is crated by SLURM when the job starts on the <code>/scratch</code> file systems as a directory with the name <code>/scratch/<job ID></code>. | |||
= Links = | = Links = | ||
[[How-Tos]] | [[How-Tos]] |
Revision as of 17:03, 19 April 2023
Background
References:
The scratch space provided on ARC is designed to handle large temporary files generated by the job during job's run time.
The scratch space is crated by SLURM when the job starts on the /scratch
file systems as a directory with the name /scratch/<job ID>
.