We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1045448 commit da7d572Copy full SHA for da7d572
docs/platforms/mlp/index.md
@@ -66,10 +66,12 @@ Scratch is per user - each user gets separate scratch path and quota.
66
### Scratch Usage Recommendations
67
68
Use Iopstor scratch (`$SCRATCH`) for:
69
+
70
* Training and validation datasets that are read frequently and non-sequentially.
71
* Workloads that perform many small, random I/O operations.
72
73
Use Capstor scratch (`/capstor/scratch/cscs/$USER`) for:
74
75
* Storing model checkpoints.
76
* Outputs from simulations or training jobs that involve large, contiguous I/O.
77
0 commit comments