Parpool on multinode Clusters
조회 수: 4 (최근 30일)
이전 댓글 표시
Hi,
I have a problem with the maximum number of workers that I can open using parpool command on clusters. For example, when 2 nodes of a cluster (each one with 32 cores, total 64) are allocated to a MatLab jobs, if I write parpool(64), I get an error. I tried this on different clusters, and the maximum, I am allowed, is the number of cores in one node. How can I get access to all cores over a multinode cluster? Thanks.
댓글 수: 1
Daniel Armyr
2016년 3월 8일
How is this cluster configured? Do you have MDCS installed on it, or are you using MATLAB with Parallel Computing Toolbox only?
If you have only Parallel Computing Toolbox, then ou can only start workers on a single physical machine.
If you have MDCS, then the license determines how many workers can be started. Check your receipt to see how many workers you have paid for.
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Parallel Computing Fundamentals에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!