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!

 採用された回答

Raymond Norris
Raymond Norris 2015 年 2 月 27 日

0 投票

Hi,
The versions have to match. In your case, imagine if you're using a feature in R2014b that's not supported in R2014a -- your code would break.
Get in touch with the Sys Admin to install MDCS R2014b as well.
Raymond

その他の回答 (1 件)

fatemeh shokrollahi yancheshmeh
fatemeh shokrollahi yancheshmeh 2015 年 2 月 27 日

0 投票

Thanks. Yes, that is right. I must have same version any way!

カテゴリ

ヘルプ センター および File ExchangeIntroduction to Installation and Licensing についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by