alan-turing-institute / simulate

A web framework for research simulations.
http://simulate.readthedocs.io
MIT License
4 stars 1 forks source link

Push progress from simulator to middleware #71

Open masonlr opened 6 years ago

masonlr commented 6 years ago

Goal

Simulation progress needs to be pushed to the middleware.

Acceptance criteria

Out of scope

Implementation notes

Simulator could be responsible for pushing it's own progress to the job manager (via a thread in the pbs script). Alternatively, job manager could poll the simulator for progress via a long-running thread (one per active job).