1CONDOR_JOB_ROUTER_INFO(1) HTCondor Manual CONDOR_JOB_ROUTER_INFO(1)
2
3
4
6 condor_job_router_info - HTCondor Manual
7
8 Discover and display information related to job routing
9
10
12 condor_job_router_info [-help | -version ]
13
14 condor_job_router_info -config
15
16 condor_job_router_info -match-jobs -jobads filename [-ig‐
17 nore-prior-routing ]
18
20 condor_job_router_info displays information about job routing. The in‐
21 formation will be either the available, configured routes or the routes
22 for specified jobs.
23
25 -help Display usage information and exit.
26
27 -version
28 Display HTCondor version information and exit.
29
30 -config
31 Display configured routes.
32
33 -match-jobs
34 For each job listed in the file specified by the -jobads op‐
35 tion, display the first route found.
36
37 -ignore-prior-routing
38 For each job, remove any existing routing ClassAd attributes,
39 and set attribute JobStatus to the Idle state before finding
40 the first route.
41
42 -jobads filename
43 Read job ClassAds from file filename. If filename is -, then
44 read from stdin.
45
47 condor_job_router_info will exit with a status value of 0 (zero) upon
48 success, and it will exit with the value 1 (one) upon failure.
49
51 HTCondor Team
52
54 1990-2022, Center for High Throughput Computing, Computer Sciences De‐
55 partment, University of Wisconsin-Madison, Madison, WI, US. Licensed
56 under the Apache License, Version 2.0.
57
58
59
60
618.8 Jun 13, 2022 CONDOR_JOB_ROUTER_INFO(1)