MATLAB: How to delete the completed and running jobs alloted to workers in Parallel Computing Toolbox 4.1 (R2009a)

canceldeletedestroyjobsParallel Computing Toolbox

I am trying to delete the completed jobs and want to stop some running jobs while using Parallel Computing Toolbox 4.1 (R2009a). Please let me know the commands for the same and point me to the documentation link.

Best Answer

Please see below for the commands and related documentation links.
1.You can use the DESTROY command to delete your completed jobs and the running jobs for all MATLAB versions after MATLAB R14sp3.
You can find more information about the DESTROY command at the link below:
<http://www.mathworks.com/access/helpdesk/help/toolbox/distcomp/index.html?/access/helpdesk/help/toolbox/distcomp/destroy.html>
2.The CANCEL command cancels your job or task from pending, running or queued state.
You can find more information about the CANCEL command at the link below:
<http://www.mathworks.com/access/helpdesk/help/toolbox/distcomp/index.html?/access/helpdesk/help/toolbox/distcomp/cancel.html>