- A change is made to a non-tunable parameter (specified using the Simulation Input object). You can check if that's the case, by manually changing the value of the parameter and checking if running the simulation triggers a build
- If the model is configured to always recompile: https://www.mathworks.com/help/simulink/gui/rebuild.html https://www.mathworks.com/help/simulink/gui/model-referencing-pane.html
- If the architecture for which the cache file was created is not compatible with the parallel workers. This is typically the case if you run parallel simulations, for example, on a Linux cluster with a Windows host machine.
How are models with a model reference hierarchy updated in parsim
8 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Qiong-zhong Chen
il 21 Nov 2018
Modificato: Nachiket Wadwankar
il 22 Ago 2022
Hello,
I am using parallel simulation for simulating a model with a model reference hierarchy. I precompiled my models and saved all generated cache files in a cache folder. I assumed that in the sequence of my parallel simulation, these models would not need to be recompiled again. However, it seemed not to be this case. In every run, the referenced models seemed to be recompiled as it took way more time than not using model referencing.
My question is, how are the models updated in every run in the sequence of parallel simulation?
Can I avoid updating the model in every run to save time?
Thanks!
0 Commenti
Risposta accettata
Rahul Kumar
il 27 Nov 2018
parsim should be able to use the cache files for parallel simulations on the workers. There are a few cases where the models may be compiled again
If none of the above apply for your case, would it be possible for you to provide the model files and reproduction steps?
2 Commenti
Nachiket Wadwankar
il 22 Ago 2022
Modificato: Nachiket Wadwankar
il 22 Ago 2022
Hi Rahul,
In continuation to the above conversation.
I need to perform Simulink.fileGenControl before parsim in the main run script and not required to do it on every worker, as in using eval command?
Più risposte (0)
Vedere anche
Categorie
Scopri di più su System Composer in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!