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 4 Next »

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

# halt server, write out the in memory definition as a check*
# point file, then terminate the server*
# The 'yes' bypasses the prompt
# ecflow_client –-group="halt=yes; check_pt; terminate=yes"
  • No labels