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 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;
# line below shall add localhost as part the ecflowview->Servers list
grep localhost $HOME/.ecflowrc/servers || \
echo "localhost $(uname -n) $(( 1500 + $(id -g))) \
>> $HOME/ecflowrc/servers |
|