Parpool on multinode Clusters
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
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 Commento
Daniel Armyr
il 8 Mar 2016
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.
Risposte (0)
Vedere anche
Categorie
Scopri di più su Parallel Computing Fundamentals in Help Center e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!