Why is a multithreaded mex function slower when I used a parallel pool?
Ältere Kommentare anzeigen
When I run a multithreaded mex function after having used a parallel pool, my function runs a lot slower (10-20x slowdown). Also, the more threads, the slower the function becomes.
Shutting down the pool does not help.
Rebooting Matlab restores the original speed (and scalability) of the mex Function.
4 Kommentare
Walter Roberson
am 27 Nov. 2015
Have you closed the parallel pool by the time you are running the mex, or is it still open?
Walter Roberson
am 27 Nov. 2015
Potentially related question: http://uk.mathworks.com/matlabcentral/answers/257315-can-i-speed-up-big-matrix-operation-with-parallel-computing-toolbox
Bart Vermeulen
am 15 Jan. 2016
Walter Roberson
am 15 Jan. 2016
I have a vague memory that someone else might have reported something like this a few years ago, but I am not sure I could find the posting. This is something I would recommend creating a support case for.
Antworten (0)
Kategorien
Mehr zu Write C Functions Callable from MATLAB (MEX Files) finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!