Troubleshooting Matlab Parallel computing bottlenecks

15 visualizzazioni (ultimi 30 giorni)
Hello,
can you please tell me if there is some function in Matlab or anything else, that would help me to find bottlenecks of running my code in parallel? Running my code on 1 core takes 2,5 minutes per loop, but on 2 cores it takes almost 4 minutes and running on 5 cores it is 7 minutes. In last option it makes 5 loops during those 7 minutes (because of 1 loop on each core), but in my opinion it has to be slowed by some bottleneck, because it takes really too much time compared to normal 1 core iteration. It is still faster running like this, but I was expecting it to be much better :D
Thanks :)

Risposta accettata

Steven Lord
Steven Lord il 18 Set 2017
Take a look at the parallel profiler.

Più risposte (0)

Categorie

Scopri di più su Performance and Memory 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!

Translated by