1CONDOR_RELEASE(1)               HTCondor Manual              CONDOR_RELEASE(1)
2
3
4

NAME

6       condor_release - HTCondor Manual
7
8       release held jobs in the HTCondor queue
9
10

SYNOPSIS

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

DESCRIPTION

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

OPTIONS

31          -help  Display usage information
32
33          -version
34                 Display version information
35
36          -pool centralmanagerhostname[:portnumber]
37                 Specify a pool by giving the central manager's host name  and
38                 an optional port number
39
40          -name scheddname
41                 Send the command to a machine identified by scheddname
42
43          -addr "<a.b.c.d:port>"
44                 Send the command to a machine located at "<a.b.c.d:port>"
45
46          -debug Causes  debugging  information to be sent to stderr, based on
47                 the value of the configuration variable TOOL_DEBUG.
48
49          cluster
50                 Release all jobs in the specified cluster
51
52          cluster.process
53                 Release the specific job in the cluster
54
55          user   Release jobs belonging to specified user
56
57          -constraint expression
58                 Release all jobs which match the job ClassAd expression  con‐
59                 straint
60
61          -all   Release all the jobs in the queue
62

SEE ALSO

64       condor_hold
65

EXAMPLES

67       To release all of the jobs of a user named Mary:
68
69          % condor_release Mary
70

EXIT STATUS

72       condor_release  will exit with a status value of 0 (zero) upon success,
73       and it will exit with the value 1 (one) upon failure.
74

AUTHOR

76       HTCondor Team
77
79       1990-2020, Center for  High  Throughput  Computing,  Computer  Sciences
80       Department,  University of Wisconsin-Madison, Madison, WI, US. Licensed
81       under the Apache License, Version 2.0.
82
83
84
85
868.8                              Aug 06, 2020                CONDOR_RELEASE(1)
Impressum