diff --git a/spec_27.rst b/spec_27.rst index d84aa0e..ede27ce 100644 --- a/spec_27.rst +++ b/spec_27.rst @@ -153,6 +153,13 @@ userid t_submit (double) job submission time +and the following OPTIONAL key: + +allocated + (string) An RFC 22 idset representing the ranks (execution targets) + of this job's resource set that are currently allocated. If this key + is omitted, the scheduler SHALL assume that all of R is currently allocated. + Example: .. code:: json @@ -162,6 +169,7 @@ Example: "priority": 43444, "userid": 5588, "t_submit": 1552593348.073045, + "allocated":"1-16,18", } For each job response, the scheduler SHALL mark its assigned resources