noa / gridtk

Parallel Job Manager - Mirrored from https://gitlab.idiap.ch/bob/gridtk

Home Page:https://www.idiap.ch/software/bob

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Parallel Job Manager

This package is part of the signal-processing and machine learning toolbox Bob. It provides a set of python wrappers around SGE utilities like qsub, qstat and qdel. It interacts with these tools to submit and manage grid jobs making up a complete workflow ecosystem. Currently, it is set up to work with the SGE grid at Idiap, but it is also possible to modify it to be used in other SGE grids.

Since version 1.0.x there is also a local submission system introduced. Instead of sending jobs to the SGE grid, it executes them in parallel processes on the local machine, using a simple scheduling system.

Installation

Complete Bob's installation instructions. Then, to install this package, run:

$ conda install gridtk

Contact

For questions or reporting issues to this software package, contact our development mailing list.

About

Parallel Job Manager - Mirrored from https://gitlab.idiap.ch/bob/gridtk

https://www.idiap.ch/software/bob

License:GNU General Public License v3.0


Languages

Language:Python 99.7%Language:Shell 0.3%