Skip to content

Useful qsub options #5

@joshuashen

Description

@joshuashen

-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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions