[core] add support for external graph computation via 'Submitter' API

* defines a base class for Submitters
* add method in graph module to submit a graph computation to a Submitter
* add SimpleFarmSubmitter and generalize meshroom_submit binary
This commit is contained in:
Yann Lanthony 2017-11-17 19:17:36 +01:00
parent ae28a5477e
commit 851ebf60ee
7 changed files with 187 additions and 125 deletions

View file

@ -0,0 +1 @@
# coding:utf-8