Versions Compared

Key

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


Horizontal Navigation Bar


Button Group

Button Hyperlink
titlePrevious
typestandard
urlhttps://softwareconfluence.ecmwf.int/wiki/display/ECFLOW/Running+%28remote%29+jobs
Button Hyperlink
titleUp
typestandard
urlhttps://softwareconfluence.ecmwf.int/wiki/display/ECFLOW/Advanced+Topics
Button Hyperlink
titleNext
typestandard
urlhttps://softwareconfluence.ecmwf.int/wiki/display/ECFLOW/Server+security+-+whitelist+file


We have seen so far that ecflow_server is looking for the files it needs in specific locations.
You can control the location of your files by using the following variable‘s
  • 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 in 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.

...

  1. Try to imagine how we could use ECF_FILES and ln to reduce the number of scripts in our example suite

 

...