OpenM++ runtime library (libopenm)
runControllerImpl.h File Reference

OpenM++ modeling library: impelementation of controllers for modeling process run. More...

Include dependency graph for runControllerImpl.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  openm::SingleController
 controller for single process: create new model run(s), read input parameters and write output tables. More...
 
class  openm::RootController
 controller for root process: create new model run(s), send input parameters to children and receieve output tables. More...
 
class  openm::ChildController
 controller for child process: receive input parameters from root and send output tables. More...
 
class  openm::RestartController
 controller for "restart run": calculate outstanding sub-values for existing run More...
 

Namespaces

namespace  openm
 openM++ namespace
 

Detailed Description

OpenM++ modeling library: impelementation of controllers for modeling process run.