How can I delete the completed and running jobs alloted to workers in Parallel Computing Toolbox 4.1 (R2009a) ?

9 views (last 30 days)
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.

Accepted Answer

MathWorks Support Team
MathWorks Support Team on 27 Jun 2009
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>

More Answers (0)

Categories

Find more on MATLAB Parallel Server in Help Center and File Exchange

Products


Release

R2009a

Community Treasure Hunt

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

Start Hunting!