Versions Compared

Key

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

...

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

Create a directory called course in your home directory and change to that directory. If you do not use modules you will need to add the correct path to your ecFlow binaries:

...

  1. Type   module load ecflow/5new   to set up up the paths., and module load python3

  2. Create the $HOME/course directory

  3. Start the server using ecflow_start.sh -d $HOME/course

  4. Make a note of the ECF_HOST and ECF_PORT variables.

  5. Note

     If in the subsequent sections, you have the need to start a new shell, and want access to the server, then ensure that ECF_PORT is set.(also call module load ecflow/5new, and module load python3 in each new shell). The python is needed if you want access ecflow python api only.


Horizontal Navigation Bar


Button Group

Button Hyperlink
titlePrevious
typestandard
urlhttps://software.ecmwf.int/wiki/display/ECFLOW/Overview
Button Hyperlink
titleUp
typestandard
urlhttps://software.ecmwf.int/wiki/display/ECFLOW/Tutorial
Button Hyperlink
titleNext
typestandard
urlhttps://software.ecmwf.int/wiki/display/ECFLOW/Defining+a+new+suite


...