HI,
I'd like to submit job through python bindings, it works in the following way:
ad=classad.parse(open("tests/a.sub"))
schedd.submit(ad, 1)
and here is my submit ad:
[
Universe = "CONDOR_UNIVERSE_PARALLEL";
UserLog = "a.log";
Err = "a.err";
Out = "a.o";
Arguments = "a.out";
]
but the scheduler can't identity it as a parallel job and initializes the VANILLA shadow for it. Does anything I set wrong in the submit ad to submit a parallel job?
Any help will be appreciated!
Regards,
Kathy