File: index.rst

package info (click to toggle)
clustershell 1.9.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,228 kB
  • sloc: python: 20,978; makefile: 149
file content (21 lines) | stat: -rw-r--r-- 668 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Programming Guide
=================

This part provides programming information for using ClusterShell in
Python applications. It is divided into two sections: node sets handling and
cluster task management, in that order, because managing cluster tasks
requires some knowledge of how to deal with node sets. Each section also
describes the conceptual structures of ClusterShell and provides examples of
how to use them.

This part is intended for intermediate and advanced programmers who are
familiar with Python programming and basic concepts of high-performance
computing (HPC).

.. toctree::
    :maxdepth: 2

    nodesets
    rangesets
    taskmgnt
    examples