I would think this would be pretty easy to implement the equivalent of queue matching in python, but you canât invoke condor_submitâs âqueue matchingâ code from the HTCondor python bindings.
-tj From: HTCondor-users [mailto:htcondor-users-bounces@xxxxxxxxxxx]
On Behalf Of Sandeep Gupta This is a pretty awesome feature. Currently, is there anyway I can use this from python bindings as well? e.g. ``` with schedd.transaction() as txn: sub.queue(txn, njobs, numbers) ``` where numbers is a list I want to specify as an argument to each of the jobs. Of course, an invariant is `len(njobs) == len(numbers)` Looking at https://github.com/htcondor/htcondor/blob/master/src/python-bindings/schedd.cpp#L1933, it doesn't seem that we can do this currently,
but it would definitely be something very nice to have. Thanks. Sandeep. On Tue, Feb 27, 2018 at 11:15 AM, John M Knoeller <johnkn@xxxxxxxxxxx> wrote:
|