Job management tool


Keywords
cern, distributed-computing, hep, lhcb, user-interface
License
GPL-2.0
Install
pip install ganga==8.7.6

Documentation

Ganga

Ganga is a tool to compose, run and track computing jobs across a variety of backends and application types.

Installation

Ganga can be installed using the standard Python tool pip with

Usage

Ganga primarily runs as a command-line tool so can be started by just running

Which will load an interactive IPython prompt at which you can type

to create a simple local job which runs an executable which simply prints some text to the stdout.

Documentation

User guide and developer documentation