From 632f5f596f03540bc7aa139ffe4cb8d280b71e6e Mon Sep 17 00:00:00 2001 From: Jonathan Coles Date: Tue, 12 Aug 2025 08:07:17 +0200 Subject: [PATCH] Update index.md Clarify that the value of SCRATCH discussed here is for the ML platform to avoid confusion if someone finds this through another link and doesn't notice it is only for the MLp. --- docs/platforms/mlp/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/platforms/mlp/index.md b/docs/platforms/mlp/index.md index 9ecc5593..eb1f6f7c 100644 --- a/docs/platforms/mlp/index.md +++ b/docs/platforms/mlp/index.md @@ -51,7 +51,7 @@ Scratch filesystems provide temporary storage for high-performance I/O for execu Use scratch to store datasets that will be accessed by jobs, and for job output. Scratch is per user - each user gets separate scratch path and quota. -* 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. +* The environment variable `SCRATCH=/iopsstor/scratch/cscs/$USER` is set automatically when you log into a system of the ML platform, and can be used as a shortcut to access scratch. * There is an additional scratch path mounted on [Capstor][ref-alps-capstor] at `/capstor/scratch/cscs/$USER`. !!! warning "scratch cleanup policy"