The filesystem on Anatra has the following layout:
/home: Each user is given a home folder, which is backed up and accessible on both login and compute nodes, with a soft quota of 5GB and a hard quota of 6GB. You can check your quota usage with quota -us <username>.
/scratch: 20TB shared file storage. It is **not backed up** and should not be used for storing data long term. This space can be accessed from both the login and compute nodes.
/apps/: 2TB managed Disk. This space contains centrally compiled software for use of users.
/tmp: The disk local to the machine being used. On compute nodes, there is 960 GB of NVMe storage located in this area, only accessible from the compute node.
Projects on Anatra are assigned storage space in /scratch/projects/[project-id], with a soft quota of 100GB and a hard quota of 110GB by default. Access to this space can be shared by multiple users, with the project owner managing access via the UNIX group management tool.
Generally speaking, your working directory for SLURM jobs should be in a subdirectory of /scratch/projects/[project-id].