Versions Compared

Key

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

...

Code Block
languagebash
module load ecflow/45.123.01

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:

e.g.  in ksh   export PATH=/usr/local/apps/ecflow/45.123.01/bin:$PATH

Code Block
mkdir course; cd course

...

  1. Type   module load ecflow/45.123.01  to  to set up up the paths.

  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/4.12.0, in each new shell)
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

 

 

...