...
Use the GUI
ecFlow has a specialised GUI client, called ecflowview. This is used to visualise and monitor:
- The hierarchical structure of the suite definition. (suite, family, task)
- state changes in the nodes and server.
- Attributes of the nodes and any dependencies.
- ecf script file and the expanded job file.
In addition ecflowview 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 python. However it is recommended that you use python, since the later tutorial examples use conditionals like ‘if’ and looping constructs. |
...