Execution Policy
Description
This functor executes contained functor using a specified processor policy
Inputs
Name | Type | Description |
---|---|---|
Maximum Granularity | Non Negative Integer Value | Maximum granularity used to split a job in parallel task. Set 0 for default. |
Force Specified Granularity | Boolean Value | Use strictly the specified granularity. |
Computing target | Enum | Flag defining how the execution of the contained functors should be handled: “Default” suggests the use of accelerator computing devices, if they area avaliable, but also the use of regular workers: “Processors only” forces the use of regular workers; “Accelerator Devices Only” forces the use of accelerator computing devices, but might raise execution errors if there are not any such devices available. |
Outputs
Functor doesn't have any outputs ports
Group
Internal Name
executionPolicy