Skip to content

Ganga is an easy-to-use frontend for job definition and management

License

Notifications You must be signed in to change notification settings

ganga-devs/ganga

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a8db6a1 · Jul 8, 2024
Jul 2, 2024
Apr 15, 2024
May 22, 2024
Jul 8, 2024
May 31, 2022
Jul 5, 2023
Aug 24, 2020
Jul 20, 2021
Jun 26, 2023
Oct 3, 2019
Jul 14, 2020
Oct 10, 2020
Feb 21, 2023
Jan 10, 2024
Jul 14, 2020
Apr 3, 2019

Repository files navigation

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

pip install ganga

Usage

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

ganga

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

j = Job()
j.submit()
j.peek('stdout')

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

Documentation

User guide and developer documentation