Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
batchconfig [2020/03/19 16:43] admin removed |
— (current) | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | Batch Config is an XML document which contains the grouping of models to be executed. | ||
- | Models are grouped in [[ExecGroup|ExecGroup]] tag. Multiple groups can run in parallel. Models in each group are executed sequentially. Groups may have dependenies on other groups. | ||
- | |||
- | Batch config file can be placed anywhere on your harddrive, however it is recommended to place them in " | ||
- | |||
- | The instruction on how to execute batch config can be found at [[BatchMode|BatchMode]]. | ||
- | |||
- | We will explain the [[http:// | ||
- | |||
- | Please note that all xml tags and attribute names are case sensitive. | ||
- | |||
- | Batch xml file root tag is [[MbtBatch|MbtBatch]]. In this example, there are two groups defined in [[ExecGroup|ExecGroup]] tags: " | ||
- | |||
- | Groups can be executed in parallel. You may set the maximum number of groups that can be executed in parallel using attribute " | ||
- | |||
- | Group can have a timeout (in minutes), used to interrupt the execution when the group has been executing over the limit. When a group execution is interrupted, | ||
- | |||
- | Executing groups in parallel requires multiple concurrent user license as each executing group consumes one user license. | ||
- | |||
- | All group executions in a batch run within the same TestOptimal server instance. | ||
- | |||
- | Group may have a status preset. If the " | ||
- | |||
- | Group contains a list of execution items, each of the execution items represents an execution of a model or an mCase of a model. You may execute the same model multiple times within the same group. You can specify a timeout to allow the execution item to be executed for a specific amount of time (in minutes). |