Skip to content

Commit 1af02bc

Browse files
committed
added Lustre tuning guide to index
1 parent 1e0814c commit 1af02bc

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

docs/guides/lustre-tuning.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ With it it is possible to create a Progressive file layout switching `--stripe-c
2828

2929
`iopsstor` uses SSD as OST, thus random access is quick, and the performance of the single OST is high. `capstor` on another hand uses harddisks, it has a larger capacity, and it also have many more OSS, thus the total bandwidth is larger.
3030

31-
!!! Note ML usage
32-
model training normally has better performance if reading from iopsstor (random access), checkpoint can be done to capstor (very good for contiguous access)
31+
!!! Note
32+
ML model training normally has better performance if reading from iopsstor (random access, difficult to predict access pattern). Checkpoint can be done to capstor (very good for contiguous access).

mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ nav:
112112
- guides/index.md
113113
- 'Internet Access on Alps': guides/internet-access.md
114114
- 'Storage': guides/storage.md
115+
- 'Lustre tuning': guides/lustre-tuning.md
115116
- 'Using the terminal': guides/terminal.md
116117
- 'MLP Tutorials':
117118
- guides/mlp_tutorials/index.md

0 commit comments

Comments
 (0)