Software libraries
To list available local software do
Locally installed packages
- module avail
 - module help moduleName
 - module load moduleName
 
OSG/CERN/FERMILAB software libraries
- source /cvmfs/oasis.opensciencegrid.org/osg/modules/lmod/5.6.2/init/bash
 - module avail
 - module help moduleName
 - module load moduleName
 
These libraries are mounted as /opt/osg, /opt/cms and /opt/atlas.
ATLAS packages
Add to .bashrc
- export ATLAS_LOCAL_ROOT_BASE='/cvmfs/atlas.cern.ch/repo/ATLASLocalRootBase'
 - alias setupATLAS='source ${ATLAS_LOCAL_ROOT_BASE}/user/atlasLocalSetup.sh'
 
Open a new terminal, do
- [@t3int0 ~] setupATLAS
 
More details can be found here.
Anything for personal use
Create /bdata/$USER/contrib area; build it from source.
Anything else
Please send a request to system@nicadd.niu.edu