Software

From FarmShare

(Difference between revisions)
Jump to: navigation, search
Line 7: Line 7:
Maybe use /usr/sweet/bin, though we're trying to move those.
Maybe use /usr/sweet/bin, though we're trying to move those.
-
==new FarmShare software==
+
==modules==
-
Try something like this at the end of your .bashrc:
+
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:
<pre>
<pre>
HOSTNAME=$(hostname)
HOSTNAME=$(hostname)
Line 18: Line 19:
fi
fi
</pre>
</pre>
 +
 +
==tracker==
 +
We use 'tracker', a Stanford-specific software, to track how many users use which software.

Revision as of 10:49, 25 April 2012

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

tracker

We use 'tracker', a Stanford-specific software, to track how many users use which software.

Personal tools
Toolbox
LANGUAGES