clustershell
Scalable event-driven Python framework for cluster administration
ClusterShell is an event-driven Python framework, designed to run local or distant commands in parallel on server farms or on large GNU/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 such as SSH.
- Versions: 1.9.2
- Website: https://cea-hpc.github.io/clustershell/
- Licenses: LGPL 2.1+
- Package source: gnu/packages/ssh.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of clustershell
as follows:
guix install clustershell
Or install a particular version:
guix install clustershell@1.9.2
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.
Badge code
You can use the following badge to inform users of clustershell about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/clustershell'><img src='https://packages.guix.gnu.org/packages/clustershell/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/clustershell)
Example Org:
[[https://packages.guix.gnu.org/packages/clustershell][https://packages.guix.gnu.org/packages/clustershell/badges/latest-version.svg]]