HCL cluster

From HCL
Revision as of 14:56, 11 December 2009 by Root (talk | contribs) (New page: # Add to your environment <source lang="bash"> export ARCH=`uname -r` if [ `hostname` == 'hcl13.ucd.ie' ]; then export ARCH=`uname -r`smp fi </source> # On hcl09 and hcl10, <code>mkdi...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
  1. Add to your environment
export ARCH=`uname -r`
if [ `hostname` == 'hcl13.ucd.ie' ]; then
    export ARCH=`uname -r`smp
fi
  1. On hcl09 and hcl10, mkdir $ARCH. The 2.4.27-2-386 and 2.6.11-1.1369_FC4smp directories will be created.
  1. Configure all the software on hcl09 and hcl10, with --prefix=$ARCH