Cluster.py - module for running a job in parallel on the cluster

exception Cluster.Error

Bases: exceptions.Exception

Base class for exceptions in this module.

exception Cluster.ClusterError(message)

Bases: Cluster.Error

Exception raised for errors in the input.

Attributes:
expression – input expression in which the error occurred message – explanation of the error

Previous topic

GraphTools.py -

Next topic

Intervalls.py -

This Page