MATLAB: Is it possible to control the MATLAB Distributed Computing Engine from different user accounts on a network for Distributed Computing Toolbox

differentMATLAB Parallel ServerParallel Computing Toolboxschedulerusers

I have an MDCE setup by one user (user 1) on a network, and would like to be able to write output files to another user's shared directory (user 2) on the same network.

Best Answer

The ability to send output files from the MDCE user's account to another user's shared directory is available for Distributed Computing Toolbox 2.0 (R14SP3+) or later with the help of schedulers.
For previous versions, restrict the output directory's read access rights while maintaining write and list access rights for user 2, and maintaining full read and write permissions for user 1 as a workaround.