Skip to content
Snippets Groups Projects
Commit 68a617e6 authored by Amir MOHAMMADI's avatar Amir MOHAMMADI
Browse files

Update experiments.rst to fix the link to gridtk

parent 67fdb12d
No related branches found
No related tags found
1 merge request!98Resolve "doc/experiments.rst points to deprecated docs location"
Pipeline #
...@@ -167,7 +167,7 @@ To achieve that, ``bob.bio`` is well-integrated with our SGE grid toolkit GridTK ...@@ -167,7 +167,7 @@ To achieve that, ``bob.bio`` is well-integrated with our SGE grid toolkit GridTK
The ``verify.py`` script can submit jobs either to the SGE grid, or to a local scheduler, keeping track of dependencies between the jobs. The ``verify.py`` script can submit jobs either to the SGE grid, or to a local scheduler, keeping track of dependencies between the jobs.
The GridTK_ keeps a list of jobs in a local database, which by default is called ``submitted.sql3``, but which can be overwritten with the ``gridtk_database_file`` variable. The GridTK_ keeps a list of jobs in a local database, which by default is called ``submitted.sql3``, but which can be overwritten with the ``gridtk_database_file`` variable.
Please refer to the `GridTK documentation <http://pythonhosted.org/gridtk>`_ for more details on how to use the Job Manager ``jman``. Please refer to the `GridTK documentation <https://www.idiap.ch/software/bob/docs/bob/gridtk/stable>`_ for more details on how to use the Job Manager ``jman``.
Two different types of ``grid`` resources are defined, which can be used with the ``grid`` variable. Two different types of ``grid`` resources are defined, which can be used with the ``grid`` variable.
The first type of resources will submit jobs to an SGE grid. The first type of resources will submit jobs to an SGE grid.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment