Difference: RunningGangaWithPanda (11 vs. 12)

Revision 122010-03-29 - MichaelWright

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 Backend

This 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()

_____________________________________________________________________________
 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 2008-2025 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback