- Home
- /
- Documentation
- /
- Job Submission (Batch System...
- /
- How do I forbid...
How do I forbid rerun of my job in case of any failure?
A: To avoid rerun of a job in case of any failure add to the job_submission_file :
periodic_remove = (JobStatus == 1 && NumJobStarts > 0)