Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

In ecflow 5 support has been added to view the output of the ECF_STATUS_CMD. The status command invokes a user supplied command, that querys the status of the job.

The status command can be invoked  from the command line and GUI.

...

The command should be written in such a way that the output is written to %ECF_JOB%.stat,  and if the script determines that the job is not active, if it should abort the task in ecflow. This command can be particularly useful when nodes on the super computer goes down, and we don't know the true state of the jobs.

This will allow the output of status command to be shown by the --file command on the command line, and automatically via the job status tab in ecflow_ui

...