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
* how many meta data servers on Capstor and Iopsstor
26
-
* how these are distributed between store/scratch
27
-
28
-
Also discuss how Capstor and iopstor are used to provide both scratch / store / other file systems
20
+
Capstor and Iopsstor are on the same Slingshot network as Alps, while VAST is on the CSCS Ethernet network.
29
21
30
22
The mounts, and how they are used for Scratch, Store, and Home file systems that are mounted on clusters are documented in the [file system docs][ref-storage-fs].
31
23
32
24
[](){#ref-alps-capstor}
33
25
## Capstor
34
26
35
-
Capstor is the largest file system, for storing large amounts of input and output data.
27
+
Capstor is the largest file system, and it is meant for storing large amounts of input and output data.
36
28
It is used to provide [scratch][ref-storage-scratch] and [store][ref-storage-store].
37
29
38
-
!!! todo "add information about meta data services, and their distribution over scratch and store"
30
+
Capstor has 80 Object Storage Servers ([OSS](https://wiki.lustre.org/Lustre_Object_Storage_Service_(OSS))), and 6 Metadata Servers ([MDS](https://wiki.lustre.org/Lustre_Metadata_Service_(MDS))).
31
+
Two of of these Metadata servers are dedicated for Store, and the remaining four are dedicated for Scratch.
39
32
40
33
[](){#ref-alps-capstor-scratch}
41
34
### Scratch
42
35
43
36
All users on Alps get their own scratch path on Alps, `/capstor/scratch/cscs/$USER`.
37
+
Since Capstor OSSs are made of HDDs, Capstor is a storage well suited for jobs which perform large sequential and parallel read/write operations.
38
+
See the [Scratch documentation][ref-storage-scratch] for more information.
44
39
45
40
[](){#ref-alps-capstor-store}
46
41
### Store
@@ -51,15 +46,18 @@ It is mounted on clusters at the `/capstor/store` mount point, with folders crea
51
46
[](){#ref-alps-iopsstor}
52
47
## Iopsstor
53
48
54
-
!!! todo
55
-
small text explaining what Iopsstor is designed to be used for.
49
+
Iopsstor is a smaller filesystem compared to Capstor, but it leverages high-performance NVMe drives, which offer significantly better speed and responsiveness than traditional HDDs.
50
+
It is primarily used as a scratch space, and it is optimized for IOPS-intensive workloads.
51
+
This makes it particularly well-suited for applications that involve frequent, random read and write operations within files.
52
+
53
+
Iopsstor has has 20 OSSs, and 2 MDSs.
56
54
57
55
[](){#ref-alps-vast}
58
56
## VAST
59
57
60
58
The VAST storage is smaller capacity system that is designed for use as [Home][ref-storage-home] folders.
61
59
62
60
!!! todo
63
-
small text explaining what Iopsstor is designed to be used for.
61
+
small text explaining what VAST is designed to be used for.
Copy file name to clipboardExpand all lines: docs/software/uenv/index.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,14 +52,14 @@ $ uenv --version
52
52
53
53
On Alps clusters the most recent version 8.1.0 is installed.
54
54
55
-
??? warning "out of date uenv version on Eiger and Balfrin"
55
+
??? warning "Out of date uenv version on Eiger and Balfrin"
56
56
57
57
The uenv tool available on Eiger and Balfrin is a different version than the one described below, and some commands will be different to those documented here.
58
58
59
59
!!! note
60
60
This note only applies to the current `eigen.cscs.ch` deployment.
61
61
62
-
The new [`eigen.alps.cscs.ch`][ref-cluster-eiger] deployment has version 8.1.0 of uenv installed.
62
+
The new [`eiger.alps.cscs.ch`][ref-cluster-eiger] deployment has version 8.1.0 of uenv installed.
63
63
64
64
Please refer to `uenv --help` for the correct usage on these systems.
65
65
@@ -98,7 +98,7 @@ The available uenv images are stored in a registry, that can be queried using th
98
98
The output above lists all of the uenv that are available on the current system ([Eiger][ref-cluster-eiger] in this case).
99
99
The search can be refined by providing a [label][ref-uenv-labels].
100
100
101
-
??? example "using labels to refine search"
101
+
??? example "Using labels to refine search"
102
102
```bash
103
103
# find all uenv with name prgenv-gnu
104
104
uenv image find prgenv-gnu
@@ -117,7 +117,7 @@ The search can be refined by providing a [label][ref-uenv-labels].
117
117
```
118
118
119
119
!!! info
120
-
All uenv commands that take a [label][ref-uenv-labels] as an arguement use the same flexible syntax [label descriptions][ref-uenv-labels-examples].
120
+
All uenv commands that take a [label][ref-uenv-labels] as an argument use the same flexible syntax [label descriptions][ref-uenv-labels-examples].
0 commit comments