Versions Compared

    Key

    • This line was added.
    • This line was removed.
    • Formatting was changed.

    ...

    This is set on the Supervisor (for global resources, see supervisor_global_resources), on the host (for host-based resources, see worker_resources) and/or in the job submission UI in the reservations field.

    Specifying Quantity

    SyntaxMeaning
    host.processors=1+

    ...

    Dispatch to a worker with at least 1 open slot, then occupy all currently open slots. The general form is host.processors=N+, where N is a positive integer.
    host.processors=1*

    ...

    Dispatch to a worker with at least 1 open slot and no used slots (i.e. worker must be idle!), then occupy all currently open slots. The general form is host.processors=N*, where  N  is a positive integer

    ...

    host.processors=allEquivalent to host.processors=1*
    host.processors=N+M Dispatch to a worker with at least N to M open slots. Upon being dispatched to a worker, it occupies as many slots as it can, up to M, as slots become available.

    Dynamic Thread Assignment

    ...