Is it possible to run job from client on server with different version?
古いコメントを表示
I want to configure Serial and Parallel MATLAB on Taito(which is a sever providing computatinal resources). My matlab version is 2014b and the matlab version of the server is 2014a. When I use this command:
j.fetchOutputs{:}
I get following error:
Error using parallel.Job/fetchOutputs (line 985) An error occurred during execution of Task with ID 1.
_ Caused by: Error using preCJSJob>iCheckClientVersionOnServer (line 64) This job was submitted with version 6.5 of the Parallel Computing Toolbox. However the current MATLAB Distributed Computing Server is version 6.4. You must run jobs from clients on servers with the same version. _
I wanted to know is there any way to solve this problem? or to run my matlab as 2014a? Thanks!
採用された回答
その他の回答 (1 件)
fatemeh shokrollahi yancheshmeh
2015 年 2 月 27 日
0 投票
カテゴリ
ヘルプ センター および File Exchange で Introduction to Installation and Licensing についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!