Hi everyone,
I have a python command I would like to run via DL but need to submit the job itself via python as well (as opposed to the manual ‘Submit/PythonSubmission’ option).
I basically have a custom UI that already does what I need to do on the local machine, but now I would like to implement a button that sends it off to the farm instead.
Do I have to use the DeadlineCommand and store the arguments to the python script in a pickled file for the slaves to pick up, or is there a more elegant way?
I have this feeling the solution is right in front of my nose but I can’t see the forest for the trees.
Any help would be greatly appreciated.
Thanks,
frank