Versions Compared

Key

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

The executable ecflow_server is used to start an ecflow_server using the default port number or that defined by the variable environment variable ECF_PORT.

Code Block
cd ECF_dir1
nohup ecflow_server &  # start ecFlow with default port port31413141


Multiple ECFs can be run on the same host using different port numbers. There are two mechanisms for specifying the port number:

...


Note: the ECFs are started in different directories so that the output and checkpoint files are not overwritten
Adding a new server to ecflow_ui adds the definition to the file ~/.ecflowviewecflowrc/servers. This can be modified directly.

...