Versions Compared

Key

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

...

Code Block
cd ../ECF_dir2
ecflow_server –-port=3142& # start ecFlow with port number 3142
cd ../ECF_dir3
export ECF_PORT=3143
ecflow_server &            # starts ecFlow with port number of 3143


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

...