Skip to content

Commit 783c7c6

Browse files
committed
[REFACTOR:filesystem] Improve explanation of intended usage
1 parent e1428b3 commit 783c7c6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/filesystems/index.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -71,11 +71,11 @@ A local file system is also accessible through `/tmp`. The following table summa
7171

7272
Each file system in the cluster performs best in a specific set of functions.
7373

74-
- Use the GPFS file system directory mounted in your `${HOME}` for files that need to be accessed fast.
75-
- Use the GPFS file system directories mounted in `${PROJECTHOME}` to store large files required for running your jobs.
76-
- Use the Luster file system directory mounted in `${SCRATCH}` to store files that need to be accessed fast. Scratch is meant for temporary storage only, remove your files from scratch as soon as they are not needed for any running jobs.
77-
- Use project directories in the NFS and SMB exports of Isilon to archive data that need to be stored safely. The OneFS file system of Isilon is backed up regularly.
78-
- Use the local file systems mounted in `/tmp` for small file I/O. Clustered file systems do not handle small file I/O well.
74+
- Use the GPFS file system directory mounted in your `${HOME}` for configuration files and files that need to be accessed with low latency and high throughput, for instance for storing environments and container sandboxes.
75+
- Use the GPFS file system directories mounted in `${PROJECTHOME}` to store input and output files for your jobs.
76+
- Use the Lustre file system directory mounted in `${SCRATCH}` to store working files for running jobs that need to be accessed with low latency and high throughput, like checkpoint files. Scratch is meant for temporary storage only; _remove files from scratch as soon as they are not needed for any running jobs_.
77+
- Use project directories in the NFS and SMB exports of Isilon to archive data that need to be stored safely; the OneFS file system of Isilon is backed up regularly.
78+
- Use the local file systems mounted in `/tmp` for small file I/O in running jobs, like compilations. Clustered file systems like GPFS and Lustre do not handle high throughput small file I/O well.
7979

8080
Many file system technologies (e.g. ZFS) can hide a lot of the complexity of using a file system. HPC clusters tend to provide low level access to file system functionality so that users can select the technology that provides the best performance for their workload.
8181

0 commit comments

Comments
 (0)