Will parallel computing plus multiple matlab windows increase the processing efficiency?
显示 更早的评论
I have a computer with 16 physical cores to compute a very complex task T. When I use the parallel pool (all 16 workers were used) to process the task, the CPU utilization is ~13%. If I want to increase the processing efficiency and the CPU utlization, is it possible to split the tasks (e.g., two halfs T1 and T2) for multiple Matlab windows in the same computer (e.g., allocate T1 and T2 for 2 Matlab windows, each of which also use the paralle pool with 16 workers)? Would it be faster than running in 1 matlab window?
Thanks in advance for any help!
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Parallel Computing Toolbox 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!