Page History
The job file is the actual file that ecFlow will submit to the system. Starting with the following ecFlow file:
Code Block | ||
---|---|---|
| ||
%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> |
...