|
|
|
| R2011b Documentation → MATLAB Distributed Computing Server | |
Learn more about MATLAB Distributed Computing Server |
|
| Contents | Index |
stopjobmanager
stopjobmanager -flags
stopjobmanager stops a job manager that is running under the mdce service.
The stopjobmanager executable resides in the folder matlabroot\toolbox\distcomp\bin (Windows operating system) or matlabroot/toolbox/distcomp/bin (UNIX operating system). Enter the following command syntax at a DOS or UNIX command-line prompt, respectively.
stopjobmanager -flags accepts the following input flags. Multiple flags can be used together on the same command.
| Flag | Operation |
|---|---|
| -name <job_manager_name> | Specifies the name of the job manager to stop. The default is the value of DEFAULT_JOB_MANAGER_NAME parameter the mdce_def file. |
| -remotehost <hostname> | Specifies the name of the host where you want to stop the job manager and the associated job manager lookup process. The default value is the local host. |
| -clean | Deletes all checkpoint information stored on disk for the current instance of this job manager after stopping it. This cleans the job manager of all its job and task data. |
| -baseport <port_number> | Specifies the base port that the mdce service on the remote host is using. You need to specify this only if the value of BASE_PORT in the local mdce_def file does not match the base port being used by the mdce service on the remote host. |
| -v | Verbose mode displays the progress of the command execution. |
Stop the job manager MyJobManager on the local host.
stopjobmanager -name MyJobManager
Stop the job manager MyJobManager on the host JMHost.
stopjobmanager -name MyJobManager -remotehost JMHost
mdce | nodestatus | startjobmanager | startworker | stopworker

See how to solve large problems with minimal effort and reduce simulation time.
Get free kit| © 1984-2012- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |