クラスタの MDCS とは異なるリリースまたはバージョンの PCT を使うことはできますか?

Parallel Computing Toolbox 4.2 を購入し、MDCE 2.0 が動作するクラスタを所有していますが、このクラスタにアクセスできません。
クラスタに接続する際、次のエラーを受け取ります。
>> matlabpool David 24
Warning:
The local product version of the Parallel Computing Toolbox is incompatible with that of the resource XGridJobs on computer david.
The local product version is 4.1 while the version on the remote computer is 4.0.
Specify the 'Name' and 'LookupURL' inputs to findResource to find only the resources you want to use.
>
In findResource>iFindJobManagers at 204
In findResource>iFindScheduler at 294
In findResource at 166
In distcomp.pGetScheduler at 11
In distcomp.interactiveclient.pGetScheduler at 10
In distcomp.interactiveclient.pRemoveOldJobs at 8
In distcomp.interactiveclient.start at 56
In matlabpool at 101
stopped.
???
Error using ==> matlabpool at 104 Failed to locate and destroy old interactive jobs.
This is caused by:
Could not find a scheduler when using the configuration 'David'.
To learn how to modify your configuration to uniquely identify your scheduler execute the command:
docsearch('Programming with User Configurations')
104 throw(err);

 Accepted Answer

MathWorks Support Team
MathWorks Support Team on 17 Dec 2012

0 votes

PCT と MDCS のリリースは一致している必要があります。
異なるリリースの製品を混在させると、MATLAB 内やクライアントとクラスタの間において競合が発生する場合があります。
これは MATLAB およびその他のアドオン製品においても同様です。
リリース間の互換性についての詳細は、以下の関連ソリューションを参照してください。

More Answers (0)

Categories

Find more on MATLAB Parallel Server のトラブルシューティング in Help Center and File Exchange

Tags

No tags entered yet.

Community Treasure Hunt

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

Start Hunting!