mayankDhiman / ganga

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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](https://ganga.readthedocs.io/en/latest/index.html)

About

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

License:GNU General Public License v2.0


Languages

Language:Python 92.3%Language:Shell 4.9%Language:JavaScript 1.8%Language:CSS 0.4%Language:Roff 0.3%Language:Dockerfile 0.1%Language:HTML 0.1%Language:Makefile 0.0%Language:Jupyter Notebook 0.0%Language:C 0.0%Language:C++ 0.0%