Simultaneously using both the local pool and a cluster pool
Afficher commentaires plus anciens
Hi,
I'd like to combine a local pool and an (HPC Server) cluster pool, e.g. to run:
matlabpool open local 8
matlabpool open MSCluster 32
Attempting this results in an error though. Is there any way round this?
Thanks in advance.
Réponses (2)
Richard Alcock
le 15 Août 2011
0 votes
It is not possible to more than one matlabpool open at a time, and it is not possible to combine MATLABs from different clusters into one matlabpool.
1 commentaire
Tom Holden
le 15 Août 2011
Tom Holden
le 15 Août 2011
0 votes
Catégories
En savoir plus sur MATLAB Parallel Server dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!