You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Diagram of Lonestar directories and what connects to what, and how fast

 

$HOME

$WORK

$SCRATCH

Purged?

No

No

Files are purged if not accessed for 10 days.

Backed Up?

Yes

No

No

Capacity

1GB

250GB

Basically infinite. 1.4 PB

Command to Access

cdh

cdw

cds

Purpose

Store Executables

Store Files

Run Jobs

Executables that aren't available on TACC through the "module" command should be stored in $HOME.

If you plan to be using a set of files frequently or would like to save the results of a job, they should be stored in $WORK.

If you're going to run a job, it's a good idea to keep your input files in a directory in $WORK and copy them to a directory in $SCRATCH where you plan to run your job.

This example command might help a bit:

 cp $WORK/my_fastq_data/*fastq $SCRATCH/my_project/

  • No labels