You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/platforms/cwp/index.md
+12-17Lines changed: 12 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,35 +37,30 @@ There are three main file systems mounted on the CWP system Santis.
37
37
38
38
### Home
39
39
40
-
Every user has a home path (`$HOME`) mounted at `/users/$USER` on the [VAST][ref-alps-vast] filesystem.
40
+
Every user has a [home][ref-storage-home] path (`$HOME`) mounted at `/users/$USER` on the [VAST][ref-alps-vast] filesystem.
41
41
The home directory has 50 GB of capacity, and is intended for configuration, small software packages and scripts.
42
42
43
43
### Scratch
44
44
45
45
The Scratch filesystem provides temporary storage for high-performance I/O for executing jobs.
46
-
Use scratch to store datasets that will be accessed by jobs, and for job output.
47
-
Scratch is per user - each user gets separate scratch path and quota.
48
46
49
-
!!! info
50
-
A quota of 150 TB and 1 million inodes (files and folders) is applied to your scratch path.
47
+
See the [Scratch][ref-storage-scratch] documentation for more information.
51
48
52
-
These are implemented as soft quotas: upon reaching either limit there is a grace period of 1 week before write access to `$SCRATCH` is blocked.
53
-
54
-
You can check your quota at any time from Ela or one of the login nodes, using the [`quota` command][ref-storage-quota].
55
-
56
-
!!! info
57
-
The environment variable `SCRATCH=/capstor/scratch/cscs/$USER` is set automatically when you log into the system, and can be used as a shortcut to access scratch.
49
+
The environment variable `SCRATCH=/capstor/scratch/cscs/$USER` is set automatically when you log into the system, and can be used as a shortcut to access scratch.
58
50
59
51
!!! warning "scratch cleanup policy"
60
52
Files that have not been accessed in 30 days are automatically deleted.
61
53
62
-
**Scratch is not intended for permanent storage**: transfer files back to the capstor project storage after job runs.
54
+
**Scratch is not intended for permanent storage**: transfer files back to the [Store][ref-storage-store] after job runs.
55
+
56
+
### Project Store
63
57
64
-
### Project
58
+
Project storage is backed up, with no cleaning policy, as intermediate storage space for datasets, shared code or configuration scripts that need to be accessed from different vClusters.
65
59
66
-
Project storage is backed up, with no cleaning policy: it provides intermediate storage space for datasets, shared code or configuration scripts that need to be accessed from different vClusters.
67
-
Project is per project - each project gets a project folder with project-specific quota.
60
+
The environment variable `PROJECT` is set automatically when you log into the system, and can be used as a shortcut to access the Store path for your primary project.
68
61
69
-
* hard limits on capacity and inodes prevent users from writing to project if the quota is reached - you can check quota and available space by running the [`quota`][ref-storage-quota] command on a login node or ela.
70
-
* it is not recommended to write directly to the project path from jobs.
62
+
Hard limits on capacity and inodes prevent users from writing to [Store][ref-storage-store] if the quota is reached.
63
+
You can check quota and available space by running the [`quota`][ref-storage-quota] command on a login node or ela.
71
64
65
+
!!! warning
66
+
It is not recommended to write directly to the `$PROJECT` path from jobs.
0 commit comments