1just-man-pages/condor_releaseG(e1n)eral Commands Majnuusatl-man-pages/condor_release(1)
2
3
4

Name

6       condor_release release held jobs in the HTCondor queue
7

Synopsis

9       condor_release [ -help -version ]
10
11       condor_release  [  -debug ] [ -pool centralmanagerhostname[:portnumber]
12       -name   scheddname   ][   -addr   <a.b.c.d:port>   ]    cluster...clus‐
13       ter.process...user...  -constraint expression ...
14
15       condor_release  [  -debug ] [ -pool centralmanagerhostname[:portnumber]
16       -name scheddname ][ -addr <a.b.c.d:port> ] -all
17

Description

19       condor_release releases jobs from the HTCondor job queue that were pre‐
20       viously  placed  in  hold  state. If the -name option is specified, the
21       named condor_schedd is targeted for processing.  Otherwise,  the  local
22       condor_schedd  is  targeted.  The jobs to be released are identified by
23       one or more job identifiers, as described below.  For  any  given  job,
24       only  the  owner of the job or one of the queue super users (defined by
25       the  QUEUE_SUPER_USERS macro) can release the job.
26

Options

28       -help
29
30          Display usage information
31
32
33
34       -version
35
36          Display version information
37
38
39
40       -pool centralmanagerhostname[:portnumber]
41
42          Specify a pool by giving the central  manager's  host  name  and  an
43          optional port number
44
45
46
47       -name scheddname
48
49          Send the command to a machine identified by scheddname
50
51
52
53       -addr <a.b.c.d:port>
54
55          Send the command to a machine located at <a.b.c.d:port>
56
57
58
59       -debug
60
61          Causes  debugging  information  to be sent to  stderr , based on the
62          value of the configuration variable  TOOL_DEBUG .
63
64
65
66       cluster
67
68          Release all jobs in the specified cluster
69
70
71
72       cluster.process
73
74          Release the specific job in the cluster
75
76
77
78       user
79
80          Release jobs belonging to specified user
81
82
83
84       -constraint expression
85
86          Release all jobs which match the job ClassAd expression constraint
87
88
89
90       -all
91
92          Release all the jobs in the queue
93
94
95

See Also

97       condor_hold
98

Examples

100       To release all of the jobs of a user named Mary:
101
102       % condor_release Mary
103

Exit Status

105       condor_release will exit with a status value of 0 (zero) upon  success,
106       and it will exit with the value 1 (one) upon failure.
107

Author

109       Center for High Throughput Computing, University of Wisconsin-Madison
110
112       Copyright  (C) 1990-2018 Center for High Throughput Computing, Computer
113       Sciences Department, University of Wisconsin-Madison, Madison, WI.  All
114       Rights Reserved. Licensed under the Apache License, Version 2.0.
115
116
117
118                                     date     just-man-pages/condor_release(1)
Impressum