Skip to content

Commit

Permalink
Update filesystems.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yandthj authored Jul 30, 2024
1 parent 4051324 commit 28d8339
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Documentation/Systems/Kestrel/filesystems.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ Each user has their own directory in /scratch.

## Node File System

Some Kestrel CPU compute nodes have an NVMe local solid-state drive (SSD) for use by compute jobs. They vary in size; 1.7TB on 256 of the standard compute nodes and 5.8TB on the bigmem nodes. The GPU nodes also all have local NVMe drives, with 3.2TB available per node. There are several possible scenarios in which a local disk may make your job run faster. For instance, you may have a job accessing or creating many small (temporary) files, you may have many parallel tasks accessing the same file, or your job may do many random reads/writes or memory mapping.
Some Kestrel CPU compute nodes have an NVMe local solid-state drive (SSD) for use by compute jobs. They vary in size; 1.7TB on 256 of the standard compute nodes and 5.8TB on the bigmem nodes. The GPU nodes also all have local NVMe drives, with 3.4TB available per node. There are several possible scenarios in which a local disk may make your job run faster. For instance, you may have a job accessing or creating many small (temporary) files, you may have many parallel tasks accessing the same file, or your job may do many random reads/writes or memory mapping.


**/tmp/scratch**
Expand Down

0 comments on commit 28d8339

Please sign in to comment.