Difference between revisions of "HCL cluster"

From HCL
Jump to: navigation, search
Line 1: Line 1:
 
http://hcl.ucd.ie/Hardware
 
http://hcl.ucd.ie/Hardware
  
 +
== Compilation on HCL ==
 
* Add to your environment
 
* Add to your environment
 
<source lang="bash">
 
<source lang="bash">

Revision as of 18:45, 15 February 2010

http://hcl.ucd.ie/Hardware

Compilation on HCL

  • Add to your environment
export ARCH=`uname -r`
if [ `hostname` == 'hcl13.ucd.ie' ]; then
    export ARCH=`uname -r`smp
fi
  • On hcl09 and hcl10, create a directory $HOME/$ARCH. Actually, 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