Helix/Filesystems: Difference between revisions
< Helix
Jump to navigation
Jump to search
S Richling (talk | contribs) |
S Richling (talk | contribs) (→$HOME) |
||
Line 43: | Line 43: | ||
== $HOME == |
== $HOME == |
||
Home directories are meant for permanent storage of files that are kept being used like source codes, configuration files, executable programs. There is currently no backup for the home directory. The disk space per user is limited to 200 GB. The used disk space is displayed with the command: |
|||
<code>homequotainfo</code> |
|||
== Workspaces == |
== Workspaces == |
Revision as of 22:55, 12 July 2022
Overview
The cluster storage system provides a large parallel file system based on IBM Spectrum Scale for $HOME, for workspaces and for temporary storage via the $TMPDIR environment variable
$HOME | Workspaces | $TMPDIR | |
---|---|---|---|
Visibility | global | global | global |
Lifetime | permanent | workspace lifetime | batch job walltime |
Capacity | xxx PB | xxx PB | xxx PB |
Quotas | 200 GB | 10 TB | none |
Backup | no | no | no |
- global: all nodes access the same file system.
- permanent: files are stored permanently.
- workspace lifetime: files are removed at end of workspace lifetime.
- batch job walltime: files are removed at end of the batch job.
$HOME
Home directories are meant for permanent storage of files that are kept being used like source codes, configuration files, executable programs. There is currently no backup for the home directory. The disk space per user is limited to 200 GB. The used disk space is displayed with the command:
homequotainfo