|
|
|
|
|
submit(self,
jdlpath,
ce=None)
This method is used for normal and native bulk submission supported
by GLITE middleware. |
source code
|
|
|
|
|
_submit(self,
jdlpath,
ce,
subjob_ids,
nodename=None)
Submit a JDL file to LCG |
source code
|
|
|
|
|
|
|
native_master_cancel(self,
jobid)
Native bulk cancellation supported by GLITE middleware. |
source code
|
|
|
|
|
status(self,
jobids,
is_collection=False)
Query the status of jobs on the grid. |
source code
|
|
|
get_loginfo(self,
jobid,
directory,
verbosity=1)
Fetch the logging info of the given job and save the output in the
jobs outputdir |
source code
|
|
|
get_output(self,
jobid,
directory,
wms_proxy=False)
Retrieve the output of a job on the grid |
source code
|
|
|
|