Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

ARCC HPC: FileSystem 

Type

Location

Description

Notes

home

/home/<username>

Space for Personal storage space associated with user’s account. For configuration files and smaller software installations.

Smaller allocation

project

/project/<project-name>/[username]

Space to collaborate among project members. Data here is persistent and is exempt from purge policy. 

All project members have read/write at this level.

project-user

/project/<project-name>/[username]

Storage specific to username within project space. Project members can read but only you may write.

project-software

/project/<project-name>/software

Storage space to install software to be shared among project group members.

gscratch

/gscratch/<username>

Space Scratch space to perform computing for individual users. Data here is subject to a purge policy defined below. 

node local scratch

/lscratch

Only on compute.

memory filesystem

/dev/shm

RAM-based tmpfs available as part of RAM for very rapid I/O operations; small capacity.

...