Skip to content

Commit d9abe62

Browse files
committed
Fix iopsstor typos
1 parent ad8c71c commit d9abe62

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

.github/actions/spelling/allow.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ CPMD
1414
CSCS
1515
CWP
1616
CXI
17-
Capstor
17+
capstor
1818
Ceph
1919
Containerfile
2020
DNS
@@ -46,7 +46,7 @@ HPCP
4646
HPE
4747
HSN
4848
Hartree
49-
Iopsstor
49+
iopsstor
5050
Jax
5151
Jira
5252
Keycloak

docs/alps/storage.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Alps has different storage attached, each with characteristics suited to differe
55
HPC storage is managed in a separate cluster of nodes that host servers that manage the storage and the physical storage drives.
66
These separate clusters are on the same Slingshot 11 network as the Alps.
77

8-
| | Capstor | IOPStor | Vast |
8+
| | Capstor | Iopsstor | Vast |
99
|--------------|------------------------|------------------------|---------------------|
1010
| Model | HPE ClusterStor E1000D | HPE ClusterStor E1000F | Vast |
1111
| Type | Lustre | Lustre | NFS |
@@ -22,19 +22,19 @@ These separate clusters are on the same Slingshot 11 network as the Alps.
2222
Capstor is the largest file system, for storing large amounts of input and output data.
2323
It is used to provide SCRATCH and STORE for different clusters - the precise details are platform-specific.
2424

25-
[](){#ref-alps-iopstor}
26-
## iopstor
25+
[](){#ref-alps-iopsstor}
26+
## iopsstor
2727

2828
!!! todo
29-
small text explaining what iopstor is designed to be used for.
29+
small text explaining what iopsstor is designed to be used for.
3030

3131
[](){#ref-alps-vast}
3232
## vast
3333

3434
The Vast storage is smaller capacity system that is designed for use as home folders.
3535

3636
!!! todo
37-
small text explaining what iopstor is designed to be used for.
37+
small text explaining what iopsstor is designed to be used for.
3838

3939
The mounts, and how they are used for SCRATCH, STORE, PROJECT, HOME would be in the [storage docs][ref-storage-fs]
4040

docs/platforms/mlp/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ There are three main file systems mounted on the MLP clusters Clariden and Brist
3636
| type |mount | filesystem |
3737
| -- | -- | -- |
3838
| Home | /users/$USER | [VAST][ref-alps-vast] |
39-
| Scratch | `/iopstor/scratch/cscs/$USER` | [Iopstor][ref-alps-iopstor] |
39+
| Scratch | `/iopsstor/scratch/cscs/$USER` | [Iopsstor][ref-alps-iopsstor] |
4040
| Project | `/capstor/store/cscs/swissai/<project>` | [Capstor][ref-alps-capstor] |
4141

4242
### Home
@@ -50,7 +50,7 @@ Scratch filesystems provide temporary storage for high-performance I/O for execu
5050
Use scratch to store datasets that will be accessed by jobs, and for job output.
5151
Scratch is per user - each user gets separate scratch path and quota.
5252

53-
* The environment variable `SCRATCH=/iopstor/scratch/cscs/$USER` is set automatically when you log into the system, and can be used as a shortcut to access scratch.
53+
* The environment variable `SCRATCH=/iopsstor/scratch/cscs/$USER` is set automatically when you log into the system, and can be used as a shortcut to access scratch.
5454

5555
!!! warning "scratch cleanup policy"
5656
Files that have not been accessed in 30 days are automatically deleted.

docs/storage/transfer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Currently Globus provide the following mount points at CSCS:
4141
## Internal Transfer
4242

4343
The Slurm queue `xfer` is available on Alps clusters to address data transfers between internal CSCS file systems.
44-
The queue has been created to transfer files and folders from `/users`, `/capstor/store` or `/iopstor/store` to the `/capstor/scratch` and `/iopstor/scratch` file systems (stage-in) and vice versa (stage-out).
44+
The queue has been created to transfer files and folders from `/users`, `/capstor/store` or `/iopsstor/store` to the `/capstor/scratch` and `/iopsstor/scratch` file systems (stage-in) and vice versa (stage-out).
4545
Currently the following commands are available on the cluster supporting the queue xfer:
4646

4747
```

0 commit comments

Comments
 (0)