ll_subflow_runner

Module: environments.backends.ll_subflow_runner

Executable script for Loadleveler to start subflows

A simple helper script that unpickles, executes and deletes given flows. After each execution the LoadLevelerComHandler is informed.

Call should be ‘python ll_subflow_runner.py dir/to/pickled/flows Com_Handler_IP Com_Handler_Port list_of_run_numbers list_of_flow_ids’.

It is further assumed that training data used by the flows is stored as ‘subflow_data.pickle’ in the same directory as the flows.

Author:Anett Seeland (anett.seeland@dfki.de)
Created:2012/07/29
LastChange:2012/11/05 Added possibility to execute several flows

main()

pySPACE.environments.backends.ll_subflow_runner.main()[source]