Skip to content

Directory Structure

Where to store data?

You can use following directories for your data:

Path (mounted at) Quota Purging
/home/username/ 1 TB 30 days after the end of project

Description

Personal home directory, you can check the path with echo $HOME command.

Path (mounted at) Quota Purging
/home/projects/<project_id> unlimited 30 days after the end of project

Description

Shared project directory for all project participants.

Path (mounted at) Quota Purging
/scratch/<project_id> unlimited automatically after the end of the project
/work/$SLURM_JOB_ID unlimited automatically after the job termination

Description

Directories for temporary files created during calculations, accesible only through compute nodes during the running of the job.

  • /scratch/<project_id> - shared scratch directory accesible from all compute nodes
  • /work/$SLURM_JOB_ID - local scratch directory, unique for selected compute node (see more below)

Total capacity of mountpoints

Mountpoint Capacity Nodes
/home 544 TB all nodes
/scratch 282 TB all compute nodes, shared capacity
/work 3.5 TB n[001-048], n[141-148], local capacity on specified nodes
/work 1.5 TB n[049-140], local capacity on specified nodes

Last update: July 10, 2023
Created by: Andrej Hurajt