Versions Compared

    Key

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

    ...

    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=all"Equivalent 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.

    ...