-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
-sync y
If -sync y is used in conjunction with -t n[-m[:i]], qsub will wait for all the job’s tasks to complete before exiting. If all the job’s tasks complete successfully, qsub’s exit code will be that of the first completed job tasks with a non-zero exit code, or 0 if all job tasks exited with an exit code of 0. If any of the job’s tasks fail to complete successfully, qsub will print out an error message indicating why the job task(s) failed and will have an exit code of 1. If qsub is interrupted, e.g. with CTRL-C, before the job completes, all of the job’s tasks will be canceled.
Metadata
Metadata
Assignees
Labels
No labels