Versions Compared

Key

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

This can be done by overriding ecf jobout variable. Here we use date/time to give a unique name to the job out files.

Code Block
titleFor local job out
task t
   cron 00:00 11:59 00:10 
   edit ECF_JOBOUT %ECF_HOME%%ECF_NAME%/%ECF_DATE%/%ECF_TIME%-%TIME%.%ECF_TRYNO%


ECF_OUT variable should be used in situations where job output, is not located in the same directory as job files.

This is necessary for remote job submission when local and remote hosts do not share a common file system.

Code Block
titleremote job out
task t
   cron 00:00 11:59 00:10
   edit ECF_JOBOUT %ECF_OUT%%ECF_NAME%/%ECF_DATE%/%ECF_TIME%-%TIME%.%ECF_TRYNO%