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 inputfile [-ig‐
17 nore-prior-routing ]
18
19 condor_job_router_info -route-jobs outputfile -jobads inputfile [-ig‐
20 nore-prior-routing] [-log-steps]
21
23 condor_job_router_info displays information about job routing. The in‐
24 formation will be either the available, configured routes or the routes
25 for specified jobs. condor_job_router_info can also be used to simulate
26 routing by supplying a job classad in a file. This can be used to test
27 the router configuration offline.
28
30 -help Display usage information and exit.
31
32 -version
33 Display HTCondor version information and exit.
34
35 -config
36 Display configured routes.
37
38 -match-jobs
39 For each job listed in the file specified by the -jobads op‐
40 tion, display the first route found.
41
42 -route-jobs filename
43 For each job listed in the file specified by the -jobads op‐
44 tion, apply the first route found and print the routed jobs
45 to the specified output file. if filename is - the routed
46 jobs are printed to stdout.
47
48 -log-steps
49 When used with the -route-jobs option, print each transform
50 step as the job transforms are applied.
51
52 -ignore-prior-routing
53 For each job, remove any existing routing ClassAd attributes,
54 and set attribute JobStatus to the Idle state before finding
55 the first route.
56
57 -jobads filename
58 Read job ClassAds from file filename. If filename is -, then
59 read from stdin.
60
62 condor_job_router_info will exit with a status value of 0 (zero) upon
63 success, and it will exit with the value 1 (one) upon failure.
64
66 HTCondor Team
67
69 1990-2023, Center for High Throughput Computing, Computer Sciences De‐
70 partment, University of Wisconsin-Madison, Madison, WI, US. Licensed
71 under the Apache License, Version 2.0.
72
73
74
75
76 Oct 02, 2023 CONDOR_JOB_ROUTER_INFO(1)