User Tools

Site Tools


cluster:146

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
cluster:146 [2016/02/10 18:08]
hmeij [Brief Guide to HPCC]
cluster:146 [2016/02/10 18:39]
hmeij [OpenLAVA 3.1.2.]
Line 4: Line 4:
 ==== OpenLAVA 3.1.2. ==== ==== OpenLAVA 3.1.2. ====
  
-Upgrade process, switching to ''git'' approach. +Build process, switching to ''git'' approach.
-===== Description =====+
  
-The High Performance Compute Cluster (HPCCis comprised of two login nodes (greentail.wesleyan.edu and swallowtail.wesleyan.edu, both Dell PowerEdge 2950s) Old login node petaltail.wesleyan.edu (Dell PowerEdge 2950) can be used for testing code (does not matter if it crashes, it's primary duty is backup to virtual tape library).+Prequisites (for rpm.sh) 
 + 
 +  * yum install git 
 +  * yum install rpmdev-setuptree 
 +  * yum install rpm-build 
 +  * yum install rpmdevtools 
 +  * yum install tcl tcl-devel 
 + 
 +<code> 
 + 
 +# initialize git 
 +git init 
 +mkdir git-latest 
 +cd git-latest 
 + 
 +# pull branch down 
 +git clone git://github.com/openlava/openlava.git 
 +cd openlava/ 
 + 
 +# what's new 
 + 1721  git log 
 + 
 +# pull Dave's addition of rpm.sh 
 + 1723  git checkout 07f740f884d9c71d 
 + 
 +# build 
 +./bootstrap.sh 
 +./configure --prefix=/opt/openlava-3.1.
 +make 
 + 
 +# build packages 
 +./rpm.sh 
 +ls -lR /root/rpmbuild/ 
 + 
 +</code>
  
 \\ \\
 **[[cluster:0|Back]]** **[[cluster:0|Back]]**
  
cluster/146.txt · Last modified: 2017/08/29 13:36 by hmeij07