ecFlow's documentation is now on readthedocs!

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 16 Next »

Let us have a look at  ecflow_ui, this provide the GUI for ecFlow.
On the unix prompt type ecflowview.

Once the program is up:

  • Select “Preferences” from the Edit menu.

  • Next click on the Servers tab and enter details of your ECF server.

    Choose a name for your ECF server and add the Host name and port number

    you noted down earlier and press the add button.

You can now select the ecf_server from the main Server menu on ecFlowview.
You should get something similar to the following display :

The yellow boxes are called nodes. With the middle mouse button click on the node test.

You can now view the ecf script, the job file and the output of the task t1.
For that click on the node t1, then press on the script icon. A window should open showing
the task script:

To see the ECF job or the output simply click on the tabs.
If you want to see the output in a different window, click on the output icon.

If we want to rerun the suite, move the mouse pointer over test and click on the right mouse button.

A pop-up menu will appear. Choose requeue (If the menu does not offer a requeue option,
select Preferences... in the Edit menu and set the User level to Administrator)
You will notice that the node‘s change colour.
The colours reflect the status of the nodes.

We have seen that ecFlowview uses the three buttons of the mouse to perform different actions.
The following figure show how the mouse buttons are used in ecFlowview:

Task nodes contain a flag that can reflect the reason for its being aborted, complete, or submitted.

Here the associated icons that can be displayed in ecflowview:

  1. (green r) task was completed by rule (complete expression)
  2. (red c) ECF_JOB_CMD failed
  3. (red e) invalid script leading to inability to edit the script (missing micro % character ?)
  4. (orange u) task was forced aborted by a user
  5. (red k) task was killed following a request by a user
  6. (red s) script missing for task (ECF_HOME incorrect, ECF_FILE incorrect, or no script visible to this task under ECF_HOME or ECF_FILE directory)
  7. (green q) task cannot be started due to a queue limit
  8. (red a) task aborted
  9. (green e) user edited the script and submitted it

What to do

  1. Explore ecFlowview menus and windows
  2. There can be a long delay between the job changing status and that change being reflected in the ecflowview window. To update the current state more quickly in that window, click the red status button

 

 

  • No labels