...
| Code Block | ||
|---|---|---|
| ||
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/coursedirectoryStart the server using
ecflow_start.sh -d $HOME/courseMake a note of theECF_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_PORTis set.(also callmodule load ecflow/4.11.0, in each new shell)
...