Skip to content
Snippets Groups Projects
Commit fdaf6f92 authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

Closes #15

parent b1ebd124
Branches
Tags
1 merge request!5Issues 15 & 16
...@@ -21,10 +21,10 @@ ...@@ -21,10 +21,10 @@
This package is part of the signal-processing and machine learning toolbox 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``, 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 ``qstat`` and ``qdel``. It interacts with these tools to submit and manage grid
grid jobs making up a complete workflow ecosystem. Currently, it is set up to jobs making up a complete workflow ecosystem. Currently, it is set up to work
work with the SGE grid at Idiap, but it is also possible to modify it to be with the SGE grid at Idiap, but it is also possible to modify it to be used in
used in other SGE grids. other SGE grids.
Since version 1.0.x there is also a local submission system introduced. Instead 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 of sending jobs to the SGE grid, it executes them in parallel processes on the
...@@ -34,11 +34,9 @@ local machine, using a simple scheduling system. ...@@ -34,11 +34,9 @@ local machine, using a simple scheduling system.
Installation Installation
------------ ------------
Follow our `installation`_ instructions. Then, using the Python interpreter Follow our `installation`_ instructions. Then, to install this package, run::
provided by the distribution, bootstrap and buildout this package::
$ python bootstrap-buildout.py $ conda install gridtk
$ ./bin/buildout
Contact Contact
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment