About parallel computing toolbox

1 Ansicht (letzte 30 Tage)
Thomas Mosthaf
Thomas Mosthaf am 23 Jul. 2019
Beantwortet: Ganesh Regoti am 29 Jul. 2019
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?

Antworten (1)

Ganesh Regoti
Ganesh Regoti am 29 Jul. 2019
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!

Kategorien

Mehr zu Data Logging finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by