Welcome, guest | Sign In | My Account | Store | Cart

Notice! PyPM is being replaced with the ActiveState Platform, which enhances PyPM’s build and deploy capabilities. Create your free Platform account to download ActivePython or customize Python with the packages you require and get automatic updates.

Download
ActivePython
INSTALL>
pypm install clustershell

How to install ClusterShell

  1. Download and install ActivePython
  2. Open Command Prompt
  3. Type pypm install clustershell
 Python 2.7Python 3.2Python 3.3
Windows (32-bit)
1.6 Failed View build log
1.5.1 Failed View build log
1.4.3 Failed View build log
1.4.2 Failed View build log
1.4.1 Failed View build log
1.4 Failed View build log
1.3.3 Failed View build log
1.3.2 Failed View build log
1.3.1 Failed View build log
1.3 Failed View build log
Windows (64-bit)
1.6 Failed View build log
1.5.1 Failed View build log
1.4.3 Failed View build log
1.4.2 Failed View build log
1.4.1 Failed View build log
1.4 Failed View build log
1.3.3 Failed View build log
1.3.2 Failed View build log
1.3.1 Failed View build log
1.3 Failed View build log
Mac OS X (10.5+)
1.6 Available View build log
1.5.1 Available View build log
1.4.3 Available View build log
1.4.2 Available View build log
1.4.1 Available View build log
1.4 Available View build log
1.3.3 Available View build log
1.3.2 Available View build log
1.3.1 Available View build log
1.3 Available View build log
Linux (32-bit)
1.6 Available View build log
1.5.1 Available View build log
1.4.3 Available View build log
1.4.2 Available View build log
1.4.1 Available View build log
1.4 Available View build log
1.3.3 Available View build log
1.3.2 Available View build log
1.3.1 Available View build log
1.3 Available View build log
Linux (64-bit)
1.6 Available View build log
1.5.1 Available View build log
1.4.3 Available View build log
1.4.2 Available View build log
1.4.1 Available View build log
1.4 Available View build log
1.3.3 Available View build log
1.3.2 Available View build log
1.3.1 Available View build log
1.3 Available View build log
 
License
CeCILL-C (French equivalent to LGPLv2+)
Depended by
Lastest release
version 1.6 on May 23rd, 2012

ClusterShell is an event-driven open source Python library, designed to run local or distant commands in parallel on server farms or on large Linux clusters. It will take care of common issues encountered on HPC clusters, such as operating on groups of nodes, running distributed commands using optimized execution algorithms, as well as gathering results and merging identical outputs, or retrieving return codes. ClusterShell takes advantage of existing remote shell facilities already installed on your systems, like SSH.

User tools

ClusterShell also provides clush, clubak and nodeset, three convenient command-line tools that allow traditional shell scripts to benefit from some of the library features:

  • clush: issue commands to cluster nodes and format output

Example of use:

$ clush -abL uname -r
node[32-49,51-71,80,82-150,156-159]: 2.6.18-164.11.1.el5
node[3-7,72-79]: 2.6.18-164.11.1.el5_lustre1.10.0.36
node[2,151-155]: 2.6.31.6-145.fc11.2.x86_64

See man clush for more details.

  • clubak: improved dshbak to gather and sort dsh-like outputs

See man clubak for more details.

  • nodeset: compute advanced nodeset/nodegroup operations

Examples of use:

$ echo node160 node161 node162 node163 | nodeset -f
node[160-163]

$ nodeset -f node[0-7,32-159] node[160-163]
node[0-7,32-163]

$ nodeset -e node[160-163]
node160 node161 node162 node163

$ nodeset -f node[32-159] -x node33
node[32,34-159]

$ nodeset -f node[32-159] -i node[0-7,20-21,32,156-159]
node[32,156-159]

$ nodeset -f node[33-159] --xor node[32-33,156-159]
node[32,34-155]

$ nodeset -l
@oss
@mds
@io
@compute

$ nodeset -e @mds
node6 node7

See man nodeset for more details.

Please visit the ClusterShell website.

Subscribe to package updates

Last updated May 23rd, 2012

Download Stats

Last month:7

What does the lock icon mean?

Builds marked with a lock icon are only available via PyPM to users with a current ActivePython Business Edition subscription.

Need custom builds or support?

ActivePython Enterprise Edition guarantees priority access to technical support, indemnification, expert consulting and quality-assured language builds.

Plan on re-distributing ActivePython?

Get re-distribution rights and eliminate legal risks with ActivePython OEM Edition.