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 queries the status of the job.

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

...

Status uses the ECF_STATUS_CMD variable. After variable substitution, it is invoked as a command.

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, it should abort the task in ecflow. This command can be particularly useful when nodes on the super computer goes supercomputer go down, and we don't know the true state of the jobs.

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

...