About parallel computing toolbox

1 回表示 (過去 30 日間)
Thomas Mosthaf
Thomas Mosthaf 2019 年 7 月 23 日
回答済み: Ganesh Regoti 2019 年 7 月 29 日
I am getting two results when I use parasim and sim to run my simscape model ,
Can there be any differnece in solving methods for parallel compuitng and normal computing?

回答 (1 件)

Ganesh Regoti
Ganesh Regoti 2019 年 7 月 29 日
The reason for different results with sim and parsim might be the inter-dependency of variables in the model. Make sure there are no dependent variables that could affect the outputs during parallel computation.
There is no difference in the core implementation of computing. But in parallel computing, to achieve efficient and fast results they are divided and handled separately.
Refer this link
Hope this helps!

カテゴリ

Help Center および File ExchangeData Logging についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by