Versions Compared

Key

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

...

In order to use ecFlow we first need to start the ecflow_server

Shared Machine

On a shared machine multiple users and ecFlow servers can coexist.

...

To allow this we have a startup script "ecflow_start.sh" that will start an ecflow_server

...

Code Block
ecflow_start.sh

This will start an ecflow_server running on your system with a port number unique to your user ID.

...

By default this script creates ecFlow log

...

and check point files

...

in the directory $HOME/ecflow_server. You can change the location of the log and checkpoint files using the -d option, e.g. to output these file in the course directory:

Code Block
ecflow_start.sh -d $HOME/course

...