Disadvantages of leaving parpool open?

4 visualizzazioni (ultimi 30 giorni)
Matt J
Matt J il 7 Apr 2018
Commentato: Matt J il 11 Apr 2018
Given the lengthy time required to launch a parpool, I have considered just launching one at the start of every MATLAB session and setting the IdleTimeout parameter to Inf to force the pool to remain open for the entire session. What would be the downside of doing this while the pool isn't being actively used? Is there a performance penalty on serial code when a pool is left open in the background?

Risposta accettata

Jason Ross
Jason Ross il 10 Apr 2018
You would have that number of MATLAB processes running and waiting for work, consuming computing resources from your machine. You can see this from whatever task list application exists on your platform.
Assuming your machine has the capacity to run those processes plus whatever you are doing serially there's not a downside. It would be the same as if you have some other number of arbitrary programs open while you are using MATLAB -- as long as everything stays in RAM and you have adequate processors to support it, you'll likely not notice.

Più risposte (0)

Categorie

Scopri di più su Parallel Computing Fundamentals 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