Expected Duration
The expected duration of a job is the duration of the most recent successful execution of the job. The job's expected duration may also be specified by the user.
In FlowTracer this is done in the Flow.tcl script using the procedure X. Accelerator users can specify the expected duration of a job with the option -xdur <TimeSpecification> of nc run.
If the user has not specified an expected duration and the job has not yet completed successfully, its expected duration is unknown, represented by -1.
The current expected duration can be accessed in formatting strings using the fields XDUR and XDURPP.
The last expected duration specified by the user, if any, can be accessed in
formatting strings using the fields USERXDUR
and USERXDURPP. Note that these values are intended for reference purposes
and may differ from XDUR
and XDURPP
.