Skip to content

Commit

Permalink
Updated disk quota example
Browse files Browse the repository at this point in the history
  • Loading branch information
andygittings committed Nov 10, 2021
1 parent c7242bc commit d6fb315
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion jade/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,15 @@ The global file system is accessible from both the head nodes and the compute no

For information on your disk space usage and remaining quota, use the following command ::

getquota
quota -hu account_name /jmain02

For example:

quota -hu abc18-wga20 /jmain02
Disk quotas for usr abc18-wga20 (uid 1234):
Filesystem used quota limit grace files quota limit grace
/jmain02 44k 0k 0k - 12 0 0 -


There is also access to local disc space on each compute node, but this access only possible during a Slurm job and once the job is completed the local disc data is removed automatically. In machine learning applications, for example, this local disc space (provided by fast SSD) may be useful as a staging point for very large training sets.

Expand Down

0 comments on commit d6fb315

Please sign in to comment.