1condor_job_router_info(1) General Commands Manual condor_job_router_info(1)
2
3
4
6 condor_job_router_infoDiscover and display information related to job
7 routing
8
10 condor_job_router_info[-help | -version]
11
12 condor_job_router_info-config
13
14 condor_job_router_info-match-jobs -jobads filename[-ignore-prior-rout‐
15 ing]
16
18 condor_job_router_infodisplays information about job routing. The
19 information will be either the available, configured routes or the
20 routes for specified jobs.
21
23 -help
24
25 Display usage information and exit.
26
27
28
29 -version
30
31 Display HTCondor version information and exit.
32
33
34
35 -config
36
37 Display configured routes.
38
39
40
41 -match-jobs
42
43 For each job listed in the file specified by the -jobadsoption, dis‐
44 play the first route found.
45
46
47
48 -ignore-prior-routing
49
50 For each job, remove any existing routing ClassAd attributes, and
51 set attribute JobStatusto the Idle state before finding the first
52 route.
53
54
55
56 -jobads filename
57
58 Read job ClassAds from file filename. If filenameis -, then read
59 from stdin.
60
61
62
64 condor_job_router_infowill exit with a status value of 0 (zero) upon
65 success, and it will exit with the value 1 (one) upon failure.
66
68 Center for High Throughput Computing, University of Wiscon‐
69 sin–Madison
70
72 Copyright © 1990-2019 Center for High Throughput Computing, Computer
73 Sciences Department, University of Wisconsin-Madison, Madison, WI. All
74 Rights Reserved. Licensed under the Apache License, Version 2.0.
75
76
77
78 date condor_job_router_info(1)