Software

From FarmShare

Revision as of 12:44, 25 April 2012 by Chekh (Talk | contribs)
Jump to: navigation, search

There is a lot of software available on the FarmShare systems. The systems run Ubuntu, so a lot of Ubuntu packages are installed.

There is also some licensed software installed.

Don't use /usr/pubsw, we're trying to retire all of that tree.

Maybe use /usr/sweet/bin, though we're trying to move those.

modules

We use 'modules', a commonly used software package in HPC environments: http://modules.sourceforge.net/

Try something like this at the end of your .bashrc:

HOSTNAME=$(hostname)
if [ "${HOSTNAME:0:4}" = "corn" ]; then
  #source farmshare modules
  echo "on a corn! try module avail"
  source /mnt/glusterfs/software/free/modules/tcl/init/bash
fi

Then you can do something like:

module avail
module load stata
stata
Personal tools
Toolbox
LANGUAGES