Clean up after deployed parallel applications
pctRunDeployedCleanup
pctRunDeployedCleanup
performs necessary
cleanup so that the client JVM can properly terminate when the deployed
application exits. All deployed applications that use Parallel
Computing Toolbox™ functionality
need to call pctRunDeployedCleanup
after the last
call to Parallel
Computing Toolbox functionality.
After calling pctRunDeployedCleanup
, you
should not use any further Parallel
Computing Toolbox functionality
in the current MATLAB session.