1just-man-pages/condor_continuGee(n1e)ral Commands Mjaunsuta-lman-pages/condor_continue(1)
2
3
4

Name

6       condor_continue continue suspended jobs from the HTCondor queue
7

Synopsis

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

Description

16       condor_continue  continues one or more suspended jobs from the HTCondor
17       job queue. If the -name option is specified, the named condor_schedd is
18       targeted  for  processing.  Otherwise,  the local condor_schedd is tar‐
19       geted. The job(s) to be continued are identified  by  one  of  the  job
20       identifiers,  as  described below. For any given job, only the owner of
21       the  job  or  one  of  the  queue   super   users   (defined   by   the
22       QUEUE_SUPER_USERS macro) can continue the job.
23

Options

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

Exit Status

94       condor_continue will exit with a status value of 0 (zero) upon success,
95       and it will exit with the value 1 (one) upon failure.
96

Examples

98       To continue all jobs except for a specific user:
99
100       % condor_continue -constraint 'Owner =!= "foo"'
101

Author

103       Center for High Throughput Computing, University of Wisconsin-Madison
104
106       Copyright (C) 1990-2018 Center for High Throughput Computing,  Computer
107       Sciences  Department, University of Wisconsin-Madison, Madison, WI. All
108       Rights Reserved. Licensed under the Apache License, Version 2.0.
109
110
111
112                                     date    just-man-pages/condor_continue(1)
Impressum