Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
-- ThomasDoherty - 2009-10-26
Using Ganga to submit jobs to the Panda backend on lxplus | ||||||||
Line: 179 to 179 | ||||||||
Your output will be in the dq2 registered dataset. For me this was user09.chriscollins.ganga.2.20091210 Again this is available from jobs(x) | ||||||||
Added: | ||||||||
> > | Running Executable on panda BackendThis has been said to work on panda backend. It has not been tested. If found to be successful please UPDATE!______________________________________________________________________________ j = Job() j.application=Executable() j.application.exe='myscript.sh' j.backend=Panda() j.backend.site='ANALY_FZK' j.inputsandbox=['/path/to/myscript.sh'] j.submit() _____________________________________________________________________________ |