フィルターのクリア

Parpool and matlabpool stuck (busy), but local cluster profile validates

4 ビュー (過去 30 日間)
Jeffrey Chiou
Jeffrey Chiou 2014 年 4 月 11 日
コメント済み: Stephen Lee 2016 年 2 月 1 日
When I try to use the commands matlabpool open or parpool, it remains stuck at 'busy'. However, when I go to the cluster profile manager and click validate, all the tests successfully validate.
I am using Matlab 2014a. I also have 2013a installed, and matlabpool does not work properly there either.
How do I get parpool working?

回答 (1 件)

Jeffrey Chiou
Jeffrey Chiou 2014 年 4 月 11 日
Solved it.
If the startup.m function has an 'input' command, parpool will not start. The 'keyboard' command in startup.m will prevent parpool from starting too. I haven't tested other commands, but I suspect functions that require user input will cause this bug as well.
Simple variable assignments in startup.m will not affect parpool. It's a shame because I would like to keep my startup.m the same and use the parallel toolbox.
  1 件のコメント
Stephen Lee
Stephen Lee 2016 年 2 月 1 日
I had a similar issue with my Cluster Profile Manager validation being stuck on "Job test (createJob)".
Disabling startup.m inputs fixed the issue! Thanks for sharing!!

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeParallel Computing Fundamentals についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by