1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116
|
<HTML>
<BODY BGCOLOR=white>
<PRE>
<!-- Manpage converted by man2html 3.0.1 -->
NAME
qdel - delete Grid Engine jobs from queues
SYNTAX
qdel [ -f ] [ -help ] [ -u wc_user_list ] [
wc_job_range_list ]
DESCRIPTION
<I>Qdel</I> provides a means for a user/operator/manager to delete
one or more jobs. A manager/operator can delete jobs belong-
ing to any user, while a regular user can only delete his or
her own jobs. If a manager wants to delete another user's
job, the manager can specify the job id. If the manager is
using a job name or pattern, he or she must also specify the
user's name via "-u wc_user_list". A "qdel wc_job_name" will
delete only the jobs of the calling user by default. <I>Qdel</I>
deletes jobs in the order in which their job identifiers are
presented. Find additional information concerning
<I>wc</I>_<I>user</I>_<I>list</I> and <I>wc</I>_<I>job</I>_<I>list</I> in <B><A HREF="../htmlman1/sge_types.html">sge_types(1)</A></B>.
OPTIONS
-f Force action for running jobs. The job(s) are deleted
from the list of jobs registered at <B><A HREF="../htmlman8/sge_qmaster.html">sge_qmaster(8)</A></B> even
if the <B><A HREF="../htmlman8/sge_execd.html">sge_execd(8)</A></B> controlling the job(s) does not
respond to the delete request sent by <B><A HREF="../htmlman8/sge_qmaster.html">sge_qmaster(8)</A></B>.
Users which are neither Grid Engine managers nor operators
can only use the -f option (for their own jobs) if the clus-
ter configuration entry qmaster_params contains the flag
ENABLE_FORCED_QDEL (see <B><A HREF="../htmlman5/sge_conf.html">sge_conf(5)</A></B>). However, behavior for
administrative and non-administrative users differs. Jobs
are deleted from the Grid Engine database immediately in
case of administrators. Otherwise, a regular deletion is
attempted first and a forced cancellation is only executed
if the regular deletion was unsuccessful.
-help
Prints a listing of all options.
-u wc_user_list
Deletes only those jobs which were submitted by users
specified in the list of usernames. For managers it is
possible to use qdel -u "*" to delete all jobs of all
users. If a manager wants to delete a specific job of a
user, he has to specify the user and the job. If no job
is specified all jobs from that user are deleted.
wc_job_range_list
A list of jobs, which should be deleted
ENVIRONMENTAL VARIABLES
SGE_ROOT Specifies the location of the Grid Engine
standard configuration files.
SGE_CELL If set, specifies the default Grid Engine
cell. To address a Grid Engine cell <I>qdel</I> uses
(in the order of precedence):
The name of the cell specified in the
environment variable SGE_CELL, if it is
set.
The name of the default cell, i.e.
default.
SGE_DEBUG_LEVEL
If set, specifies that debug information
should be written to stderr. In addition the
level of detail in which debug information is
generated is defined.
SGE_QMASTER_PORT
If set, specifies the tcp port on which
<B><A HREF="../htmlman8/sge_qmaster.html">sge_qmaster(8)</A></B> is expected to listen for com-
munication requests. Most installations will
use a services map entry for the service
"sge_qmaster" instead to define that port.
FILES
<<I>sge</I>_<I>root</I>>/<<I>cell</I>>/<I>common</I>/<I>act</I>_<I>qmaster</I>
Grid Engine master host file
SEE ALSO
<B><A HREF="../htmlman1/sge_intro.html">sge_intro(1)</A></B>, <B><A HREF="../htmlman1/qstat.html">qstat(1)</A></B>, <B><A HREF="../htmlman1/qsub.html">qsub(1)</A></B>, <B><A HREF="../htmlman8/sge_qmaster.html">sge_qmaster(8)</A></B>,
<B><A HREF="../htmlman8/sge_execd.html">sge_execd(8)</A></B>.
COPYRIGHT
See <B><A HREF="../htmlman1/sge_intro.html">sge_intro(1)</A></B> for a full statement of rights and permis-
sions.
</PRE>
<HR>
<ADDRESS>
Man(1) output converted with
<a href="http://www.oac.uci.edu/indiv/ehood/man2html.html">man2html</a>
</ADDRESS>
</BODY>
</HTML>
|