ClusterShell 1.9.3
pip install ClusterShell
Released:
ClusterShell library and tools
Navigation
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: GNU Lesser General Public License v2 or later (LGPLv2+) (LGPLv2+)
- Author: Stephane Thiell
- Tags clustershell, clush, clubak, nodeset
Classifiers
- Development Status
- Environment
- Intended Audience
- License
- Operating System
- Programming Language
- Topic
Project description
- ClusterShell is an event-driven open source Python framework, 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.
ClusterShell provides clush, clubak and cluset/nodeset, convenient command-line tools that allow traditional shell scripts to benefit from some of the library’s 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 (or cluset): 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 (or man cluset) for more details.
Please visit the ClusterShell website.
Project details
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: GNU Lesser General Public License v2 or later (LGPLv2+) (LGPLv2+)
- Author: Stephane Thiell
- Tags clustershell, clush, clubak, nodeset
Classifiers
- Development Status
- Environment
- Intended Audience
- License
- Operating System
- Programming Language
- Topic
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file ClusterShell-1.9.3.tar.gz
.
File metadata
- Download URL: ClusterShell-1.9.3.tar.gz
- Upload date:
- Size: 417.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e284c0e6b3fe0a0cd6be67df71dfbf6aa321188973db683a057f5637552fbc8c |
|
MD5 | 2831b438df1734e072854d56b15aa401 |
|
BLAKE2b-256 | 432d82184133cef577e6369f98370a0c3a3bb5bb911a3dbe799235260af83963 |