Skip to content

Commit b547841

Browse files
committed
update index page
1 parent d3b13cb commit b547841

File tree

1 file changed

+5
-5
lines changed
  • docs/data_management/cheaha_storage_gpfs

1 file changed

+5
-5
lines changed

docs/data_management/cheaha_storage_gpfs/index.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
The Cheaha storage, also known as GPFS (General Parallel File System), is a distributed file system designed for managing dynamic data and serves as a storage solution on Cheaha. We provide the following Cheaha storage solutions.
44

5-
- [User Data and Home Directories](./individual_directories.md)
6-
- [Project Directories](./project_directories.md)
7-
- [Global Scratch Directories](./global_scratch.md)
8-
- [Local Scratch Directory](./local_scratch.md)
9-
- [Temporary Files (`/tmp/` Directory)](./temporary_files.md)
5+
- [User Data and Home Directories](./individual_directories.md): These directories are automatically provided to every Cheaha user upon account creation. They are intended for storing important program files, scripts, small input datasets, critical results, and files you use often.
6+
- [Project Directories](./project_directories.md): A shared storage space for files related to a research team. Accessible from any login or compute node by group members. Use it to store scripts, datasets, results, and other files that need to be shared among collaborators. Project directories can be accessed via the path `/data/project/<alloaction-name>`.
7+
- [Global Scratch](./global_scratch.md): A global scratch is a scratch space that is common to all compute nodes, and are available through `/scratch/<BlazerID>` path or `$USER_SCRATCH` environment variable on Cheaha.
8+
- [Local Scratch](./local_scratch.md): A local scratch is a temporary storage specific to the compute node your job runs on, and it can be accessed through `/scratch/local/$SLURM_JOB_ID` or via the `$LOCAL_SCRATCH` environment variable on Cheaha.
9+
- [Temporary Files (`/tmp/` Directory)](./temporary_files.md): This directory is provided for short-term file storage, and is local to each node, and it can be accessed via `/tmp` or `$TMPDIR` environment variable on Cheaha.

0 commit comments

Comments
 (0)