The /scratch Directory
The /scratch/<cluster>/ spaces are meant for computations. These have I/O resistant disks, and are the only storage space that You will use to run calculations. Both of the variants below are meant to hold TEMPORARY job data, and are not meant to keep data indefinetely. If you need to keep data for longer, see the LAB-DATA storage.
/scratch/nautilus
This is a storage only accessible on Nautilus nodes. It is backed up by a high-performance mechanical disk storage.
The usable paths for this storage are :
-
/scratch/nautilus/users/<username> -
/scratch/nautilus/projects/<project_name> -
/scratch/nautilus/teams/<team_name> -
/scratch/nautilus/labs/<lab_name>
/scratch/waves
This is a storage accessible by both Nautilus and Waves nodes. It is backed up by a high-performance NVME disk storage. It is
(for now) smaller in size than the /scratch/nautilus.
The usable paths for this storage are :
-
/scratch/waves/users/<username> -
/scratch/waves/projects/<project_name> -
/scratch/waves/teams/<team_name> -
/scratch/waves/labs/<lab_name>