condor_job_router_info -config
shows something like this
d:\scratch\condor\STABLE\test>condor_job_router_info -config
...
Route 1
Name : "Production1"
Source : Production1
Universe : 5
MaxJobs : 100
MaxIdleJobs : 50
GridResource :
Requirements : RouteMe && (ProcId & 1)
Route : uses Pre/Post-Route Transforms
NAME Production1
UNIVERSE VANILLA
REQUIREMENTS RouteMe && (ProcId & 1)
SET ProductionJob 1
SET ProductionRun 1
SET Requirements target.slotId & 1
Look at what it says before the Route : line
-tj From: HTCondor-users <htcondor-users-bounces@xxxxxxxxxxx> on behalf of Stefano Belforte <stefano.belforte@xxxxxxx>
Sent: Wednesday, November 20, 2024 3:09 AM To: John M Knoeller via HTCondor-users <htcondor-users@xxxxxxxxxxx> Subject: Re: [HTCondor-users] We can not make JobRouter work thanks TJ ! I did not try new recipe yet, but a quick attempt to gain quicker feedback via condor_job_router_into failed [1].
I found similar reports in the archives[2], but no solution. I also found your nice slides in https://indico.cern.ch/event/1059494/contributions/4532568/attachments/2315533/3941565/2021-09-24.htcondor-ce-5-jr-transforms.pdf and had a peek at https://htcondor.com/htcondor-ce/v23/troubleshooting/debugging-tools/#condor_ce_job_router_info but did not found how to make that command print some info.
What am I missing ?
Stefano
[root@vocms059 config.d]# condor_q 10002553 [2] https://www-auth.cs.wisc.edu/lists/htcondor-users/2022-May/msg00065.shtml https://www-auth.cs.wisc.edu/lists/htcondor-users/2022-May/msg00018.shtml
On 20/11/2024 00:36, John M Knoeller via HTCondor-users wrote:
|