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

NAME

6       condor_continue - HTCondor Manual
7
8       continue suspended jobs from the HTCondor queue
9
10

SYNOPSIS

12       condor_continue [-help | -version ]
13
14       condor_continue [-debug ] [ -pool centralmanagerhostname[:portnumber] |
15       -name scheddname ] | [-addr "<a.b.c.d:port>"] **
16

DESCRIPTION

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

OPTIONS

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

EXIT STATUS

60       condor_continue will exit with a status value of 0 (zero) upon success,
61       and it will exit with the value 1 (one) upon failure.
62

EXAMPLES

64       To continue all jobs except for a specific user:
65
66          % condor_continue -constraint 'Owner =!= "foo"'
67

AUTHOR

69       HTCondor Team
70
72       1990-2020, Center for  High  Throughput  Computing,  Computer  Sciences
73       Department,  University of Wisconsin-Madison, Madison, WI, US. Licensed
74       under the Apache License, Version 2.0.
75
76
77
78
798.8                              Aug 06, 2020               CONDOR_CONTINUE(1)
Impressum