From a9b50c9a8c1ff9a45caa69e295b6f0cc5df1c999 Mon Sep 17 00:00:00 2001 From: Jan Siwiec <jan.siwiec@vsb.cz> Date: Mon, 21 Sep 2020 12:36:04 +0200 Subject: [PATCH] removed "/scratch/work/user/username" resolves #80 --- docs.it4i/salomon/storage.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs.it4i/salomon/storage.md b/docs.it4i/salomon/storage.md index 77461afe5..b8dff14ca 100644 --- a/docs.it4i/salomon/storage.md +++ b/docs.it4i/salomon/storage.md @@ -201,7 +201,7 @@ Accessible capacity is 1.6 PB, shared among all users on TEMP and WORK. Individu #### Work -The WORK workspace resides on SCRATCH file system. Users may create subdirectories and files in directories **/scratch/work/user/username** and **/scratch/work/project/projectid. **The /scratch/work/user/username is private to user, much like the home directory. The /scratch/work/project/projectid is accessible to all users involved in project projectid. +The WORK workspace resides on SCRATCH file system. Users may create subdirectories and files in the **/scratch/work/project/projectid** directory. The directory is accessible to all users involved in the `projectid` project. !!! note The WORK workspace is intended to store users project data as well as for high performance access to input and output files. All project data should be removed once the project is finished. The data on the WORK workspace are not backed up. @@ -228,7 +228,7 @@ The TEMP workspace resides on SCRATCH file system. The TEMP workspace accesspoin </tr> <tr> <td style="vertical-align : middle">Accesspoints</td> - <td>/scratch/work/user/username,<br />/scratch/work/user/projectid</td> + <td>/scratch/work/user/projectid</td> <td>/scratch/temp</td> </tr> <tr> -- GitLab