Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions spec_20.rst
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,15 @@ R Format
result in both ``amd-mi50@gpu`` and ``amd-mi50`` being valid properties
for resources in the instance.

A leading ``+`` character marks an *instance-local* property: one that
describes the containing instance rather than an attribute of the
hardware, for example a property derived from queue membership. The
literal property SHALL apply to the defined execution target ranks as
usual. Because instance-local properties describe the instance and not
the resources themselves, a scheduler SHALL omit them from the *R* it
generates to allocate resources to a job. Other components that
generate an *R* subset MAY likewise omit them.

.. data:: starttime

(*number*, OPTIONAL) The start time at which the resource set is valid.
Expand Down
Loading