Skip to content

thk686/TACC-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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}

About

Some scripts to help build R and other tools on TACC machines

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages