How to reset job ID in job monitor?
조회 수: 3 (최근 30일)
이전 댓글 표시
when I run script as batch job ,the job ID keeps increasing, how can I reset the job ID to 1?
I have tried to delete all jobs, it didn't work
댓글 수: 0
채택된 답변
Gowthami
2023년 2월 3일
Hi,
The 'ID' property of a parallel.Job object(which is what is displayed in the Job Monitor) is a read-only property and therefore not controllable. It is intended to be a unique identifier that no two jobs of a cluster can share, regardless of whether the jobs have been deleted. This is the reason it is seen as an ever-increasing number even if you delete all jobs.
댓글 수: 0
추가 답변 (1개)
Raymond Norris
2023년 2월 3일
If you delete all of the jobs and then restart MATLAB, I would expect the job ID to be reset to 1.
댓글 수: 0
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!