- 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
3 次查看(过去 30 天)
显示 更早的评论
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 个评论
采纳的回答
Rahul Kumar
2018-11-27
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 个评论
Nachiket Wadwankar
2022-8-22
编辑:Nachiket Wadwankar
2022-8-22
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?
更多回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!