Versions Compared

Key

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

...

  • ECF_INCLUDE Is where ecflow_server will look for include files.
  • ECF_FILES Is where ecflow_server will look for the ecf script s if they are not at their default location.
  • ECF_OUT Is where the job output files will go.
      
If two tasks use the same ecf script, and are simply using different values of the same variable‘s,
you do not want to maintain several copies of the same file.
You can use the same script in multiple places within your suite and using the same name
by keeping the script into a common directory and pointing to this location using the variable ECF_FILES.
Many users use just one directory for their scripts and point to this directory with ECF_FILES.

...