Main Content

Configure Your Model for Concurrent Execution

Follow these steps to configure your Simulink® model to take advantage of concurrent execution.

  1. Open your model.

  2. On the Modeling tab, click Model Settings.

  3. Select Solver, then in the Solver selection section, choose Fixed-step for the Type and auto (Automatic solver selection) for the Solver.

  4. Under Solver details, select Allow tasks to execute concurrently on target. Selecting this check box is optional for models referenced in the model hierarchy. When you select this option for a referenced model, Simulink allows each rate in the referenced model to execute as an independent concurrent task on the target processor.

  5. Select Code Generation > Interface > Advanced parameters, clear the MAT-file logging check box.

Once you have a model that executes concurrently on your computer, you can further configure your model in the following ways:

Related Topics