Skip to content

MannyMoo/ganga

 
 

Repository files navigation

Ganga

Ganga is a tool to compose, run and track compute 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.

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 85.9%
  • Roff 6.9%
  • Shell 5.0%
  • JavaScript 1.7%
  • CSS 0.4%
  • HTML 0.1%