Simultaneously using both the local pool and a cluster pool

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.

回答 (2 件)

Richard Alcock
Richard Alcock 2011 年 8 月 15 日

0 投票

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.
Tom Holden
Tom Holden 2011 年 8 月 15 日

0 投票

My eventual work around was to use this:
and to start both local and remote slaves. It was actually easier to get it to do what I wanted it to do than it was with matlabpool.

カテゴリ

ヘルプ センター および File ExchangeMATLAB Parallel Server についてさらに検索

質問済み:

2011 年 8 月 8 日

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by