Multithreaded compilation with Simulink
Afficher commentaires plus anciens
Is there a way to perform multithreaded compilation or code generation with Simulink in order to reduce these activities duration ?
(My question is about the compilation process or the code generation process and not on the produced code)
Réponses (2)
Abhiram
le 24 Mar 2025
0 votes
In a parallel computing environment, whenever conditions allow, you can increase the speed of code generation and compilation by building models containing large model reference hierarchies in parallel.
For example, if you have Parallel Computing Toolbox software, you can distribute code generation and compilation for each referenced model across the cores of a multicore host computer.
For further guidance, refer to the MATLAB Documentation page titled “Increase Code Generation Speed”:
p fontaine
le 24 Mar 2025
0 votes
Catégories
En savoir plus sur Texas Instruments C2000 Processors dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!