3.4. sciexp2.expdef.system

Source: sciexp2/expdef/system.py

Execution system and job abstractions.

Each execution system consists of a Python module with:

  • a subclass of System named System.

  • a subclass of Job that System will use.

Execution systems are Python modules, and searched for using Python’s module search paths (see PYTHONPATH).

Functions

get

Get an execution system implementation by name.

Classes

Job

Abstract job descriptor.

System

Abstract job manager.

Exceptions

SubmitArgsError

Error translating job submission arguments.

SystemError

Error loading system.

3.4.3. get

get(name)

Get an execution system implementation by name.