Skip to content

Commit c10fc94

Browse files
committed
more clariden docs
1 parent 8368eb3 commit c10fc94

File tree

3 files changed

+32
-8
lines changed

3 files changed

+32
-8
lines changed

docs/alps/hardware.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ This approach to cooling provides greater efficiency for the rack-level cooling,
2121
* Maximum of 64 quad-blade compute blades
2222
* Maximum of 64 Slingshot switch blades
2323

24+
[](){#ref-alps-slingshot-network}
2425
## Alps High Speed Network
2526

2627
!!! todo

docs/alps/storage.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,19 @@ These separate clusters are on the same Slingshot 11 network as the Alps.
1616
| IOPs | 1.5M | 8.6M read, 24M write | 200k read, 768k write |
1717
| file create/s| 374k | 214k | 97k |
1818

19+
[](){#ref-storage-capstor}
1920
## capstor
2021

2122
Capstor is the largest file system, for storing large amounts of input and output data.
2223
It is used to provide SCRATCH and STORE for different clusters - the precise details are platform-specific.
2324

25+
[](){#ref-storage-iopstor}
2426
## iopstor
2527

2628
!!! todo
2729
small text explaining what iopstor is designed to be used for.
2830

31+
[](){#ref-storage-vast}
2932
## vast
3033

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

docs/vclusters/clariden.md

Lines changed: 28 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,37 @@
99
## Cluster Specification
1010
### Hardware
1111
Clariden consists of ~1200 [Grace-Hopper nodes][ref-alps-gh200-node]. Most nodes are in the [`normal` slurm partition][ref-slurm-partition-normal], while a few nodes are in the [`debug` partition][ref-slurm-partition-debug].
12+
The nodes are interconnected with the [slingshot high speed network][ref-alps-slingshot-network].
1213

13-
14-
14+
As usual the login nodes have direct internet connections, while the compute nodes use a [proxy server][ref-network-proxy-server] to access the internet.
1515
!!! todo
16-
a standardised table with information about
17-
18-
* number and type of nodes
16+
Document proxy and the implications (normally transparent, but git needs modifications
1917

20-
and any special notes
21-
22-
## Logging into Clariden
18+
### File systems and storage
19+
The scratch filesystem is hosted on [IOPStore][ref-storage-iopstor], but also the capacity storage [Capstor][ref-storage-capstor] is mounted at `/capstor/scratch/cscs`.
20+
The variables `STORE` and `PROJECT` are not set on Clariden.
21+
!!! todo
22+
verify this claim after maintenance window
23+
The home directory is hosted on [VAST][ref-storage-vast]. As usual, an overview of your quota on the different filesystems can be obtained by the `quota` command.
24+
25+
## Getting started
26+
### Connect to Clariden
27+
You can connect to Clariden via [ssh][ref-ssh-config], ensuring that the file `~/.ssh/config` has these settings (replace `cscsusername` with your username).
28+
29+
```title="$HOME/.ssh/config"
30+
Host ela
31+
HostName ela.cscs.ch
32+
User cscsusername
33+
IdentityFile ~/.ssh/cscs-key
34+
35+
Host clariden
36+
HostName clariden.alps.cscs.ch
37+
ProxyJump ela
38+
User cscsusername
39+
IdentityFile ~/.ssh/cscs-key
40+
IdentitiesOnly yes
41+
```
42+
You can then use `ssh clariden` to login to Clariden.
2343

2444
!!! todo
2545
how to log in, i.e. `ssh clariden.cscs.ch` via `ela.cscs.ch`

0 commit comments

Comments
 (0)