How do I disable directory change detection for directories being added by ADDPATH while submitting jobs with Distributed Computing Toolbox in MATLAB 7.3 (R2007a)?
Show older comments
I am creating tasks that require the accessing of many MATLAB files on my shared file system. For this reason, I have created a taskStartup.m file that contains several ADDPATH commands to add the directories containing my MATLAB files to the workers' paths every time a task is run. However, my submitted jobs fail. Upon checking the task error:
task.ErrorIdentifier
task.ErrorMessage
I receive the following:
ans =
MATLAB:fileio:cantOpenFileNoPermission
ans =
\\servername\files\file1.m:
Cannot open file: permission denied.
Accepted Answer
More Answers (0)
Categories
Find more on Search Path in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!