how to disable matlabpool/parpool
38 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
kkyaj
el 18 de Oct. de 2018
Comentada: Walter Roberson
el 19 de Oct. de 2018
i recently upgraded to matlab2018 from an older version. previously, parfor ran in serial unless a worker pool was opened explicitly. now in the newer version, the pool seems to open when parfor is detected.
how can i disable this behavior? -- i want to call 'parfor' but have it run in serial unless i explicitly open the pool.
0 comentarios
Respuesta aceptada
Walter Roberson
el 18 de Oct. de 2018
Editada: Walter Roberson
el 18 de Oct. de 2018
4 comentarios
Walter Roberson
el 19 de Oct. de 2018
I do not know if anyone ever put in an enhancement request for this. I know that I did not put in a request for it, as it is a not a bug, and I did not have a use for it myself, and I have seen very few requests for it.
Más respuestas (0)
Ver también
Categorías
Más información sobre Parallel for-Loops (parfor) en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!