Versions Compared

Key

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

...

Code Block
languagebash
module load ecflow/4.1112.0

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/4.1112.0/bin:$PATH

Code Block
mkdir course; cd course

...

  • Type   module load ecflow/4.1112.0   to set up up the paths.

  • Create the $HOME/course directory

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

  • Make a note of the ECF_HOST and ECF_PORT variables.
  • 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.11.0, in each new shell)
      

...