You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/filesystems/index.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -71,11 +71,11 @@ A local file system is also accessible through `/tmp`. The following table summa
71
71
72
72
Each file system in the cluster performs best in a specific set of functions.
73
73
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.
79
79
80
80
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.
0 commit comments