Filter löschen
Filter löschen

Matlab Production Server and parfor loops

5 Ansichten (letzte 30 Tage)
Robert Vullings
Robert Vullings am 5 Sep. 2016
Hi all,
I have a question regarding parallel programming and the MPS. I know that the with a single MPS license, the MPS can run 24 workers which can be called upon request by a client application. On a multi-core system, multiple request can be handled by the MPS through different workers, and hence by different cores (if available). You can manually break-up a single request in multiple sub-requests and send them to the MPS to gain a performance difference. My question however: would it be possible to implement a parfor loop in the code? In my first tests with the MPS, I see that a single request only uses up to 50% of the CPU power (on a four-core system), leaving the rest of the CPU power idle.
This would simplify the code on the client-side (not having to deal with breaking up the client's request), while gaining a performance boost. Any experiences on this subject are welcome!
Thanks in advance,
Robert

Antworten (1)

wangpenghn wang
wangpenghn wang am 27 Apr. 2018
hello, do you have any progress on this question? if have, could you please share it?
thank you so much
  1 Kommentar
Robert Vullings
Robert Vullings am 3 Mai 2018
In the end I optimized the code such that any parallel computing was not necessary anymore. I haven't tried compiling the CTF with the parfor loop. I would figure that setting up the parallel pool might even make the computation time longer. In my case the request only took about 10 secs, which I wanted to bring down a bit more.

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Deployable Archive Creation 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