Versions Compared

Key

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

...

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

Code Block
mkdir course; cd course

...