[DRMAA-WG] dispatchTime in JobInfo interface

Roger Brobst rogerb at cadence.com
Tue Dec 8 19:00:25 CST 2009


In looking at

September 2009 DRMAA2 Draft 5 (from http://www.drmaa.org/)


JobInfo interface, Page 14 

I see 

// date and time when the job was submitted
readonly attribute long submissionTime;
// date and time when the job was dispatched (???)
readonly attribute long submissionTime;
// date and time when the job started first execution
readonly attribute long startTime;


Based upon the comments,
I believe the second submissionTime was intended to be dispatchTime.

If my assumption is correct,
what is the distinction between dispatchTime and startTime ?

-Roger


More information about the drmaa-wg mailing list