Cannot find a license for distrib_co​mputing_to​olbox

조회 수: 36 (최근 30일)
Parthiban Rayappan
Parthiban Rayappan 2019년 4월 22일
댓글: Walter Roberson 2019년 4월 30일
Dear Team,
Currently i'm using MATLAB tool for Monte Carlo simulation of about 500 run. During the contious simulation, i got the error message as shown below and simulation got stopped.
Error Message:
License checkout failed. License Manager Error -5. Cannot find a license for Distrib_Computing_Toolbox.
Troubleshoot this issue by visiting: http://www.mathworks.com/support/lme/R2017b/5
Diagnostic Information: Feature: Distrib_Computing_Toolbox
License path: /share/fe00fx11/matlab/network-apac.lic:/share/fe00fx11/matlab/network.lic:/home/pry6cob/.matlab/R2017b_licenses:/share/fe00fx11/matlab/r2017b/licenses/license.dat:/share/fe00fx11/matlab/r2017b/licenses/network.lic
Error using distcompserialize64. Unable to checkout a license for the Parallel Computing Toolbox. Error in parallel.internal.pool.serialize (line 8). serialized = distcompserialize64(data);
Error in remoteParallelFunction (line 65). out = parallel.internal.pool.serialize(errToSerialize);
I got the same error message even if i reduced to 200 runs. I have the permanent license for my user id from my company. but still i got this error.
Now i need your expertise support to fix the issue .
Kindly let me know for further information if any.
Regards,
Parthiban. R

답변 (1개)

Walter Roberson
Walter Roberson 2019년 4월 22일
Your session is configured so that your default parallel pool is on a remote system, but you do not have (an available) license for the Distributed Computing Toolbox.
You can control the default cluster by looking just left of Add-Ons in the main toolbar for 'Parallel' and select "Create and Manage Clusters".
If you intend to run on your own machine instead of remotely, select the cluster named 'local'.
If you run locally, you do not need a Distributed Computing Toolbox license.
  댓글 수: 5
Parthiban Rayappan
Parthiban Rayappan 2019년 4월 30일
Hello Mr. Walter,
Thanks for your support.
I had a internal check with out license team and got below feedback,
" Based on internal check, we found that the issue might be in "Distrib_Computing_Toolbox license" in this case what would be the reason for reffering MDCS license ? MDCS license is needed for my simulation job and always ? "
so could you kindly provide some more information on the same ?
Hint:
Our company has valid licesne for MATLAB and distributing tool box.
Walter Roberson
Walter Roberson 2019년 4월 30일
Unfortunately I accidentally misled you before.
Distrib_Computing_Toolbox is the license key for Parallel Computing Toolbox, https://www.mathworks.com/products/parallel-computing.html which is the product that provides for local use of parallel workers, and for GPU use, but is not the same as MCDS that I mentioned.
MDCS was MATLAB Distributed Computing Server, which is newly renamed to Parallel Server Toolbox as of R2019a https://www.mathworks.com/help/matlab-parallel-server/release-notes.html
However, when I look more carefully at the product key and the product name, it is the Parallel Computing Toolbox license that it is unable to find. You as a user would need to have access to that toolbox to use local workers. If I recall correctly, for at least some means of accessing HPC servers, you as a user would need to have access to the Parallel Computing Toolbox in order to be able to submit jobs to the HPC server.
I am not certain that having access to a Parallel Computing Toolbox license is always necessary to use an HPC server. It is necessary to use MATLAB's batch or parfor or spmd or parfeval or parfevalOnAll and have the job automatically submitted to an HPC server in a way that communicates with your session. However, I am not sure if there are alternatives.
If you are using the facilities of the Parallel Computing Tooblox to run jobs on a HPC, then the HPC would need a license for the computing server, current product name Parallel Server, but Distributed Computing Server in your release. Unfortunately I do not have the information about which key that is in the license file. Your IT people might want to compare license files to the tables I have put together in https://www.mathworks.com/matlabcentral/answers/449314-how-do-features-from-license-correspond-to-names-from-ver

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Manage Products에 대해 자세히 알아보기

제품


릴리스

R2016b

Community Treasure Hunt

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

Start Hunting!

Translated by