Difference between revisions of "HCL cluster"
From HCL
(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...) |
|||
Line 6: | Line 6: | ||
fi | fi | ||
</source> | </source> | ||
− | |||
# On hcl09 and hcl10, <code>mkdir $ARCH</code>. The 2.4.27-2-386 and 2.6.11-1.1369_FC4smp directories will be created. | # On hcl09 and hcl10, <code>mkdir $ARCH</code>. The 2.4.27-2-386 and 2.6.11-1.1369_FC4smp directories will be created. | ||
− | |||
# Configure all the software on hcl09 and hcl10, with <code>--prefix=$ARCH</code> | # Configure all the software on hcl09 and hcl10, with <code>--prefix=$ARCH</code> |
Revision as of 13:57, 11 December 2009
- Add to your environment
export ARCH=`uname -r`
if [ `hostname` == 'hcl13.ucd.ie' ]; then
export ARCH=`uname -r`smp
fi
- On hcl09 and hcl10,
mkdir $ARCH
. The 2.4.27-2-386 and 2.6.11-1.1369_FC4smp directories will be created. - Configure all the software on hcl09 and hcl10, with
--prefix=$ARCH