[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [HTCondor-users] We can not make JobRouter work



thanks TJ. I like "condor_job_router_info -config"

but was confused by

"condor_job_router_info  -match-jobs "


I have come to realize that when jobs are edited in place, which is the case for me, things are a bit different, e.g. RoutedBy is not set and some commands do not work if put in the JOB_ROUTER_PRE_ROUTE_TRANSFORM route.

But overall I have things under control now.

Thanks again


Stefano


On 20/11/2024 15:40, John M Knoeller via HTCondor-users wrote:
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


-- Schedd: crab3@xxxxxxxxxxxxxxxx : <188.184.103.189:30735?... @ 11/20/24 09:52:08
 ID          OWNER            SUBMITTED     RUN_TIME ST PRI SIZE CMD
10002553.0   belforte       11/19 17:58   0+00:00:00 I  0    0.0 sleep.sh 1

Total for query: 1 jobs; 0 completed, 0 removed, 1 idle, 0 running, 0 held, 0 suspended
Total for all users: 31 jobs; 0 completed, 0 removed, 28 idle, 3 running, 0 held, 0 suspended

[root@vocms059 config.d]# condor_q 10002553 -l | condor_job_router_info  -match-jobs -ignore-prior-routing  -jobads -

Matching jobs against routes to find candidate jobs.
[root@vocms059 config.d]#

[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:
I musunderstood.  you can use condor_job_router_info if the router is not a CE.


_______________________________________________
HTCondor-users mailing list
To unsubscribe, send a message to htcondor-users-request@xxxxxxxxxxx with a
subject: Unsubscribe

The archives can be found at: https://www-auth.cs.wisc.edu/lists/htcondor-users/