Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/hpc/12_tutorial_intro_shell_hpc/03_moving_looking.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ The NYU HPC clusters have multiple file systems for user’s files. Each file sy

| Space | Environment Variable | Space Purpose | Flushed | Allocation (per user) |
| -------- | -------------------- | ------------- | ------- | --------------------- |
| /home | $HOME | Program development space; storing small files you want to keep long term, e.g. source code, scripts. | NO | 20 GB |
| /home | $HOME | Program development space; storing small files you want to keep long term, e.g. source code, scripts. | NO | 50 GB |
| /scratch | $SCRATCH | Computational workspace. Best suited to large, infrequent reads and writes. | YES. Files not accessed for 60 days are deleted. | 5 TB |
| /archive | $ARCHIVE | Long-term storage | NO | 2 TB |

Expand Down
Loading