Versions Compared

Key

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

...

First ensure that the paths to ecFlow executables are accessible. At ECMWF this is done using the module command. Hence type the following at the command line.:

Code Block
languagebash
module load ecflow/5new
module load python3

...

Note

Please keep a note of the Host and Port given from your ecf_start.sh output for later. The host and port number uniquely identify your ecflow_server . When you want to access this server using ecflow_client Client Server API or ecflow_ui you need to know these this information. By setting the value of the environment variables ECF_HOST and ECF_PORT you identify the server you wish to access. Multiple ecflow_servers can run on the same system using different port numbers.

...