クラスタの 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);
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 MATLAB Parallel Server のトラブルシューティング 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!