This package browser is in early development. Mind the rough edges.

clustershell 1.8.4

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.

Installation

Install clustershell 1.8.4 as follows:

guix install clustershell@1.8.4

Or install the latest version:

guix install clustershell

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.