Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[HTCondor-users] does htcondor.Submit.__init__( ) accept classads?
- Date: Thu, 23 Aug 2018 15:00:24 -0400
- From: Jose Caballero <jcaballero.hep@xxxxxxxxx>
- Subject: [HTCondor-users] does htcondor.Submit.__init__( ) accept classads?
Hi,
the documentation says that the input parameter to __init__ method of
class Submit is a dictionary containing submit file key = value pairs.
That works for me already.
But it is unclear to me if I can pass a dictionary of classads as
well, as you do for method htcondor.Schedd.submit( ).
For example, instead of
{.....
"executable" : "foo",
....
}
could I do this?
{....
"Cmd" : "foo",
....
}
If yes, can they be mixed?
Thanks,
Jose