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

« Previous Version 4 Next »

The file server_environment.cfg can be found in the ecFlow/Server folder.

Modifying this allows you to change the defaults environment variables for ecFlow including the default commands for submitting and killing tasks.

The server look for the file in the CWD, hence make sure you move it.


Shows some of the default variables you can configure.
Table 8 1 Some configurable variables in server_environment.cfg

Variable

Description

ECF_LOG

Name of the ecFlow log file

ECF_OUT

(stdout and stderr of the process ECF)

ECF_CHECK

Name of the ecFlow checkpoint file

ECF_CHECKOLD

Name of the ecFlow backup checkpoint file

ECF_INTERVAL

The frequency of checking time dependencies

ECF_CHECKINTERVAL

Default time between automatic "check pointing"

ECF_JOB_CMD

Default ecFlow submission method

ECF_KILL_CMD

Default ecFlow kill method

  • No labels