Versions Compared

Key

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

To safely stop an ECFLOW server you should "halt", "check point" and then "terminate" the server. This can be done either through ecflowview (right click on the server) or directly by the CLI commands "halt", "check_pt" and "terminate".

Code Block
# halt server, write out the in memory definition as a check*

...


# point file, then terminate the server*

...


ecflow_client –-group="halt; check_pt; terminate"