Versions Compared

Key

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

Setting the environment is done calling

Code Block
module load ecflow

When module is not available on a platform, use is the original way to set PATH and PYTHONPATH variables

Code Block
use ecflow

It is possible to setup a specific version with

Code Block
module unload ecflow; module load ecflow/4.0.2

Server can be started with

Code Block
ecflow_start.sh

Client command can be called to get the self-contained documentation

Code Block
ecflow_client --help

and the graphical interface is started with

Code Block
ecflowview; 
grep localhost $HOME/.ecflowrc/servers || \
  echo "localhost $(uname -n) $(( 1500 + $(id -g))) \
  >> $HOME/ecflowrc/servers

Server administrator directory is $HOMEecflow_server/ which will containt the server log file, the check point file (binary snapshot of the server content). It is defined as variable ECF_HOME on the top node.