-c--clearNote: Deprecated, may be removed in future release. Please use the -cj or -cq switch instead.
Clears the error state of the specified jobs(s)/queue(s).
-cj--clearjob
Clears the error state of the specified jobs(s).
-cq--clearqueue
Clears the error state of the specified queue(s).
-d--disable
Disables the queue(s), i.e. no further jobs are dispatched to disabled queues while jobs already
executing in these queues are allowed to finish.
-e--enable
Enables the queue(s).
-f--force
Force the modification action for the queue despite the apparent current state of the queue. For
example if a queue appears to be suspended but the job execution seems to be continuing, the
manager/operator can force a suspend operation on the jobs. In any case, the queue or job status
will be set, even if the sge_execd(8) controlling the queues/jobs cannot be reached. Requires
manager/operator privileges.
-help--help Prints a listing of all options.
-r--rescheduleNote: Deprecated, may be removed in future release. Please use the -rj or -rq switch instead.
If applied to queues, reschedules all jobs currently running in this queue. If applied to running
jobs, reschedules the jobs. Requires root or manager privileges. In order for a job to be
rescheduled, it, or the queue in which it is executing must have the rerun flag activated. (See
-r option in the qsub(1) man page and the rerun option in the queue_conf(5) man page for more
information.) Additional restrictions apply for parallel and checkpointing jobs. (See the
reschedule_unknown description in the sge_conf(5) man page for details).
-rj--reschedulejob
If applied to running jobs, reschedules the jobs. Requires root or manager privileges.
-rq--reschedulequeue
Reschedules all jobs currently running in the specified queues. Requires root or manager
privileges.
-s--suspendNote: Deprecated, may be removed in future release. Please use the -sj or -sq switch instead.
If applied to queues, suspends the queues and any jobs which might be active in them. If applied
to running jobs, suspends the jobs.
-sj--suspendjob
If applied to running jobs, suspends the jobs. If a job is both suspended explicitly and via
suspension of its queue, a subsequent unsuspend of the queue will not release the suspension state
on the job.
-sq--suspendqueue
Suspends the specified queues and any jobs which might be active in them.
-us--unsuspendNote: Deprecated, may be removed in future release. Please use the -usj or -usq switch instead.
If applied to queues, unsuspends the queues and any jobs which might be active in them. If applied
to jobs, unsuspends the jobs.
-usj--unsuspendjob
Unsuspends the specified jobs. If a job is both suspended explicitly and via suspension of its
queue, a subsequent unsuspend of the queue will not release the suspension state on the job.
-usq--unsuspendqueue
Unsuspends the specified queues and any jobs which might be active in them.