File tree Expand file tree Collapse file tree 2 files changed +9
-10
lines changed
Expand file tree Collapse file tree 2 files changed +9
-10
lines changed Original file line number Diff line number Diff line change 1- ==========================
21Cluster technical overview
32==========================
43
54Shared resource
6- ===============
5+ ---------------
76
87Triton is a joint installation by a number of Aalto School of Science
98faculties within `Science-IT
@@ -19,7 +18,7 @@ Through the national grid and cloud infrastructure, Triton also becomes
1918part of the European Grid Infrastructure.
2019
2120Hardware
22- ========
21+ --------
2322
2423.. include :: ref/hardware.rst
2524
@@ -29,7 +28,7 @@ access to common file system. Each node has its own unique host name and
2928ip-address.
3029
3130Networking
32- ==========
31+ ----------
3332
3433The cluster has two internal networks: Infiniband for MPI and Lustre
3534filesystem and Gigabit Ethernet for everything else like NFS ``/home ``
@@ -51,16 +50,16 @@ Running MPI jobs possible on the entire island or its segment, but not
5150across the cluster.
5251
5352Disk arrays
54- ===========
53+ ----------
5554
56- All compute nodes and front-end are connected to ` DDN SFA12k storage
55+ All compute nodes and front-end are connected to a ` ClusterStor storage
5756system <usage/lustre> `:
5857large disk arrays with the Lustre filesystem on top of it cross-mounted
59- under ``/scratch `` directory. The system provides about 1.8PB of disk
58+ under ``/scratch `` directory. The system provides about 5PB of disk
6059space available to end-user.
6160
6261Software
63- ========
62+ --------
6463
6564The cluster is running open source software infrastructure: CentOS 7,
6665with SLURM as the scheduler and batch system.
Original file line number Diff line number Diff line change @@ -395,7 +395,7 @@ Storage, file transfer and quota
395395 mainly for user initialization files and for some plain configs. We
396396 make regular backups from ``$HOME``.
397397 | ``$WRKDIR`` (aka ``/triton``) is fast Lustre, has large quota, mounted
398- through InfiniBand. Though no backups made from ``/triton``, the DDN
398+ through InfiniBand. Though no backups made from ``/triton``, the scratch
399399 storage system as such is secure and safe place for your data, though
400400 you can always loose your data deleting them by mistake. Every user
401401 must take care about his work files himself. We provide as much
@@ -504,7 +504,7 @@ Coding and Compiling
504504 current network state. Certainly, you must not expect that, as many
505505 CPUs your application has got, that faster it will run. In general the
506506 scaling on Triton is good since we have Infiniband for nodes
507- interconnect and DDN / Lustre for I/O.
507+ interconnect and scratch/ Lustre for I/O.
508508
509509 Few recommendations about CPU number:
510510
You can’t perform that action at this time.
0 commit comments