Problemes with Matlab compiler

1 次查看(过去 30 天)
Sandra Martinez
Sandra Martinez 2021-6-9
I have a srcipt that uses parfor. I have no problems using Matlaba compiler 2021a.
BUt, when I change thse lines (CASE 1):
load('datos tiles/data_tiles.mat')
parpool('local',p)
By (CASE 2):
myCluster = parcluster('local');
myCluster.NumWorkers=p;
myCluster.NumThreads=threads;
parpool('local',p)
The script runs with no problems, but the Matlab compiler is not working. Here p and threads are a variables define in data_tiles.mat, I'm not adding that .mat in the compiler files (in case 1 this works with no problem).
In fact,if a try to compile several time, differents error meseges apears
the log file:
1)Why there is a problem with the compiler when adding those lines?
2) Why the los files changes when repeting the process several times?

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 MATLAB Compiler 的更多信息

产品


版本

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by