Not logged in
Talk
Contributions
Create account
Log in
Navigation
Main page
About
People
Publications
Teaching
Resources
Research Blog
Wiki Functions
Recent changes
Help
Licensing
Project page
Discussion
Edit
View history
Editing
CommunityData:TACC
(section)
From CommunityData
Jump to:
navigation
,
search
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
== TACC Filesystems == TACC users will work with 4 distributed filesystems: * '''Home''' is persistent, not fast, and backed up. Each user has a 15GB allocation. This is a good place to install software, code, and configuration. You can refer to your home directory in scripts using the <code>$HOME</code> environment variable. You can quickly navigate to your home directory using the <code>cdh</code> alias. * '''Work''' is persistent and fast. Each ''project'' has a 1TB allocation. This is a good place to store data that you are actively working with and need to persist. Use the <code>$WORK</code> environment variable and the <code>cdw</code> alias. * '''CORRAL''' is persistent, slower, but larger. Also, it is inaccessible from compute nodes. So you need to copy data from corral to work or scratch before working with it. The environment variable is <code>$CORRAL</code> * '''Scratch''' is fast and unlimited, but unaccessed files are automatically removed after 10 days. Use it for intermediate stages in a data analysis pipeline or for data that is too large for '''Work'''. The environment variable is <code>$SCRATCH</code> and the command is <code>cds</code>. === Note on set-up === When you run scripts, many temporary files, the logging, etc. will store to <code>$HOME</code> but you will run out of space and things will crash. Set it up to save to <code>$SCRATCH</code> instead, as it is larger but not persistent. So far, Sohyeon has had to do the follow: <code> export XDG_CACHE_HOME=$SCRATCH/.cache export IPYTHONDIR=$SCRATCH/.ipython export DUCKDB_TMPDIR=$SCRATCH/tmp export SLURM_STATE_SAVE_LOCATION=$SCRATCH/.slurm </code>
Summary:
Please note that all contributions to CommunityData are considered to be released under the Attribution-Share Alike 3.0 Unported (see
CommunityData:Copyrights
for details). If you do not want your writing to be edited mercilessly and redistributed at will, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource.
Do not submit copyrighted work without permission!
To protect the wiki against automated edit spam, we kindly ask you to solve the following CAPTCHA:
Cancel
Editing help
(opens in new window)
Tools
What links here
Related changes
Special pages
Page information