I am working on some automated scripts to install software like R (http://www.r-rpoject.org/) on TACC computers (http://www.tacc.utexas.edu/) All code is copyright Tim Keitt It is licensed under the GPL (see http://www.gnu.org/) Here is the contents of my ${HOME}/.profile_user (note this is for "$SHELL" == "bash") module swap pgi intel module swap mvapich mvapich2 module add gotoblas module add mkl module add fftw3 module add sprng module add hdf5 module add netcdf module add boost export PATH=${HOME}/local/bin:${PATH}