Versions Compared

Key

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

The job file is the actual file that ecFlow will submit to the system. Starting with the following ecFlow file:

Code Block
titletask.ecf
 %manual
 OPERATORS: Set the task complete and report next day
 %end
 %include <head.h> 
 echo do some work
 sleep %SLEEPTIME%
 echo end of job 
 %include <end.h>

...