Difference between revisions of "Tentakel"

From CBLFS
Jump to navigationJump to search
(Checkout the Source)
 
(One intermediate revision by the same user not shown)
Line 18: Line 18:
  
 
The latest stable release (2.2) of Tentakel doesn't build against Python-2.5.  Either use the tarball above or checkout the most recent copy of Tentakel.  
 
The latest stable release (2.2) of Tentakel doesn't build against Python-2.5.  Either use the tarball above or checkout the most recent copy of Tentakel.  
 
18:02, 29 June 2008 (UTC) See [[Talk:Tentakel|discussion]] for possible fix to compatibility issue
 
  
 
  svn co http://svn.tue.mpg.de/tentakel/trunk/tentakel tentakel-$(date +%Y%m%d)
 
  svn co http://svn.tue.mpg.de/tentakel/trunk/tentakel tentakel-$(date +%Y%m%d)
Line 94: Line 92:
 
|
 
|
 
|}
 
|}
 +
 +
[[Category:Clusters_Grids]]

Latest revision as of 09:04, 23 September 2008

Download Source: http://cross-lfs.org/~arowland/tarballs/t/tentakel-svn-20071030.tar.bz2

Introduction to Tentakel

Tentakel is a program for executing the same command on many hosts in parallel using ssh.

Project Homepage: http://tentakel.biskalar.de/

Dependencies

Required

Checkout the Source

The latest stable release (2.2) of Tentakel doesn't build against Python-2.5. Either use the tarball above or checkout the most recent copy of Tentakel.

svn co http://svn.tue.mpg.de/tentakel/trunk/tentakel tentakel-$(date +%Y%m%d)

Non-Multilib

Compile the package:

make

Install the package:

PREFIX=/usr make install

Multilib

This package does not provide any libraries so only one installation is required.

32Bit

Compile the package:

make CC="gcc ${BUILD32}"

Install the package:

PREFIX=/usr make install

N32

Compile the package:

make CC="gcc ${BUILDN32}"

Install the package:

PREFIX=/usr make install

64Bit

Compile the package:

make CC="gcc ${BUILD64}"

Install the package:

PREFIX=/usr make install

Contents

Installed Directories: None
Installed Programs: tentakel
Installed Libraries: None

Short Descriptions