The available storage options in Clariden are Capstor and Iopsstor.
Capstor
- Relevant paths:
- scratch:
/capstor/scratch/cscs/$USER
- project:
/capstor/store/cscs/swissai/<project>
- home:
/users/$USER
- scratch:
- Capstor as a fileserver has 91PB of storage.
- Default per-user quotas on
/capstor/scratch/cscs/$USER
are 150TB of storage and 1M inodes.- Every file on the filesystem has an attached inode. Please try to limit the number of inodes that you generate.
- your home directory (
/users/$USER
) has a few GBs of storage space. It's intended for small scripts, personal configuration files and small software packages, but nothing else. - project folders have project-specific quotas. If you need additional space here, please ask your PIs to contact your service managers (Fawzi or Nicholas).
- Hard limits in project path will prevent users from writing to project if either the inode or storage quotas are reached.
- It is not recommended to use Capstor as a scratch space for compute runs, and instead, should be used for longer term storage. We recommend using Iopsstor for this instead.
- It is not recommended to write directly to the project path from a compute node during a job.
Iopsstor
- Relevant paths:
- scratch:
/iopsstor/scratch/cscs/$USER
- project:
/iopsstor/store/cscs/swissai/<project>
- scratch:
- Iopsstor as a fileserver has 3PB of storage.
- shared across all users.
- Iopsstor is intended as a scratch space for compute jobs.
- Iopsstor is not intended as permanent storage.
- please ensure you clean up any temporary files at the end of your run, and transfer files back to your own scratch space on Capstor.
- 90 day cleanup policy (currently inactive), will be activated soon.