General Documentation
- Welcome FAQ
- Secure Shell SSH
- Available Software
- Installing Software
- Guidelines and Policies
- Glossary
- Grant Support
- Sharing Data
- Containers & Singularity
- UserGroup Presentations
- Jupyter Notebook Usage
LSF Primer
Lilac Cluster Guide
Juno Cluster Guide
Cloud Resources
Backup Policy on server/node local drives
File lists
Page History
Do not use /tmp as a scratch space. These directories are not really designed for the size of TMP files that most pipelines generate. You should re-assign temp file generate to
/scratch/[USERNAME]
or
/ifs/workfscratch/[LABNAME]/tmp/ifs/resUSERNAME]
or a space in your lab's data directory
/juno/work/[LABNAME]/tmp
These directories have much more space and also have the advantage in the case of /ifs/work, /ifs/res to be protected from other people filling up the tmp spacePlease remember to delete temporary files when your jobs finish.
There are multiple things that need to be done to reset the TMP directory depending on what programs you are using.
- Set TMPDIR in your bashrc or profile or whatever sets environment variables
- For java programs set -Djava.io.tmpdir=XXX
- For PICARD set TMP_DIR=XXX
Please note that files in /scratch or /fscratch that haven’t been touched in 30 days will be deleted.