Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Confirmed.

It can be as simple as adding a line trigger to prevent a family (or suite) to continue any further as soon as a problem (abort) accursoccurs:

Code Block
family forecast
trigger forecast != aborted

...

Code Block
family forecast
limit hpc 100
inlimit hpc # use: ecflow_client --alter =change limit hpc 0 $path # to stop

...