I'm starting with spmd. My first prepared code runs by pasting into command window, but crashes Matlab when I run the script with the same content. Now I'm trying on the PC with probably only one physical worker (the collegue says that second is virtual) and it shows problems with running paralel pool (eg. Undefined function or variable 'matlab.internal.getSettingsRoot'.) . However the toolbox is installed and the pasted code runs ok and creates the composites properly.

3 件のコメント

Edric Ellis
Edric Ellis 2015 年 9 月 1 日
What release of MATLAB are you using? Do you have a minimal reproduction script that demonstrates the problem? (Scripts containing spmd blocks should work just fine, so this may well turn out to be an installation problem somewhere...)
Brendan Hamm
Brendan Hamm 2015 年 9 月 1 日
Additionally you should actually expect a performance decrease if you have only one physical worker as virtual cores are sharing resources with the physical.
Wojciech
Wojciech 2015 年 9 月 2 日
thank you, there was a problem with using the path together with the function name

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

 採用された回答

Shruti Sapre
Shruti Sapre 2015 年 9 月 1 日

1 投票

Hello,
The error you mentioned (Undefined function or variable 'matlab.internal.getSettingsRoot') occurs sometimes when a custom pathdef.m has been implemented or when the path used by MATLAB cannot find some basic MATLAB folders. You could try running the below commands and restarting MATLAB to remove any modifications made to your path.
>>restoredefaultpath;
>>rehash toolboxcache;
>>savepath;
Please note that this will remove any modifications you have made to your path; it will also remove third party toolboxes and support packages. (You will need to reinstall them)
Hope this helps!
-Shruti

1 件のコメント

Wojciech
Wojciech 2015 年 9 月 2 日
thank you - the problem was with path as you wrote :)

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

その他の回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeParallel Computing についてさらに検索

タグ

質問済み:

2015 年 8 月 29 日

コメント済み:

2015 年 9 月 2 日

Community Treasure Hunt

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

Start Hunting!

Translated by