polyspaceJobsManager
Manage Polyspace jobs on a MATLAB Parallel Server cluster
Syntax
Description
polyspaceJobsManager('listjobs')
lists
all Polyspace® jobs in your cluster.
polyspaceJobsManager('cancel','-job',
cancels
the specified job. The job appears in your queue as cancelled.jobNumber
)
polyspaceJobsManager('getstatus','-job',
returns the current status of the specified job, for example
jobNumber
)queued
, running
,
or completed
.
polyspaceJobsManager('wait','-job',
pauses
until the specified job is done.jobNumber
)
polyspaceJobsManager('promote','-job',
moves
the specified job up in the MATLAB® job scheduler queue.jobNumber
)
polyspaceJobsManager('demote','-job',
moves
the specified job down in the MATLAB job scheduler queue.jobNumber
)
polyspaceJobsManager('download','-job',
downloads
the results from the specified job. The results are downloaded to
the folder you specified when starting analysis, using the jobNumber
)-results-dir
option.
polyspaceJobsManager('download','-job',
downloads
the results from the specified job to jobNumber
,'-results-folder',resultsFolder
)resultsFolder
.
Examples
Input Arguments
Version History
Introduced in R2013b
See Also
Topics
- Discover Clusters and Use Cluster Profiles (Parallel Computing Toolbox)
- Send Polyspace Analysis from Desktop to Remote Servers Using Scripts