...
Step 4: Interact with the GUI
ecFlow has a specialized GUI client, called ecflow_ui This is used to visualise and monitor:
- The hierarchical structure of the suite definition. (suite, family, task)
- State changes in the nodes and servers.
- Attributes of the nodes and any dependencies.
- ecf script file and the expanded job file.
In addition, ecflow_ui provides a rich set of ecflow_client commands that can interact with the server.
Note |
---|
The following tutorial will show examples in plain text and pythonPython. However, it is recommended that you use pythonPython, since the later tutorial examples use conditionals like ‘if’ and looping constructs. |
...