Support Concurrent Execution of Multiple Tasks - MATLAB & Simulink (original) (raw)

If a custom embedded target must support concurrent execution of multiple tasks on a multicore platform, the target must declare support for concurrent execution by setting the target configuration option ConcurrentExecutionCompliant. Otherwise, you will not be able to configure a multicore target model for concurrent execution.

If ConcurrentExecutionCompliant is not already configured for your custom target, you can set the option in the following ways:

When the ConcurrentExecutionCompliant target configuration option is set to 'on', you can select the custom target and configure your multicore target model for concurrent execution.

For an example that shows how to configure custom target optional features, see Customize System Target Files.

See Also

Topics