rtwbuild using Parallel Computing Toolbox

8 visualizaciones (últimos 30 días)
Peter
Peter el 22 de Ag. de 2012
I have a very large model that contains over 100 reference models that I generate code for. Needless to say, it takes a very long time to build using rtwbuild. How can I use the Parallel Computing Toolbox to cause rtwbuild to use multiple workers as it generates the code for each reference model?

Respuestas (1)

Kaustubha Govind
Kaustubha Govind el 23 de Ag. de 2012
Yes, I think the parallel build feature that was introduced in R2009a should help you achieve what you need.
  2 comentarios
Peter
Peter el 23 de Ag. de 2012
I was hoping that it would. However, after reading the documentation, it is unclear what the mechanics are to actually implement it. From my understanding, PCT is meant for speeding up your own code using things like parfor and spmd. How would I use it to speed up a single call to a built-in Matlab function like rtwbuild?
Peter
Peter el 23 de Ag. de 2012
Sorry, I missed your link above.

Iniciar sesión para comentar.

Categorías

Más información sobre Multicore Processor Targets en Help Center y File Exchange.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by