Troubleshooting Matlab Parallel computing bottlenecks

15 views (last 30 days)
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 :)

Accepted Answer

Steven Lord
Steven Lord on 18 Sep 2017
Take a look at the parallel profiler.

More Answers (0)

Categories

Find more on Performance and Memory in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!