ecFlow's documentation is now on readthedocs!

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Setting the environment is done calling

module load ecflow

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

use ecflow

It is possible to setup a specific version with

module unload ecflow; module load ecflow/4.0.2

Server can be started with

ecflow_start.sh

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

ecflow_client --help

and the graphical interface is started with

ecflowview; grep localhost $HOME/.ecflowrc/servers || echo "localhost $(uname -n) $(( 1500 + $(uid -g)))
  • No labels