|
|
|
|
|
__setup_sandboxcache__(self,
job)
Sets up the sandbox cache object to adopt the runtime configuration
of the LCG backend |
source code
|
|
|
|
|
__mt_job_prepare__(self,
rjobs,
subjobconfigs,
masterjobconfig)
preparing jobs in multiple threads |
source code
|
|
|
__mt_bulk_submit__(self,
node_jdls)
submitting jobs in multiple threads |
source code
|
|
|
__jobWrapperTemplate__(self)
Create job wrapper |
source code
|
|
|
preparejob(self,
jobconfig,
master_job_sandbox)
Prepare the JDL |
source code
|
|
|
|
|
|
|
master_bulk_kill(self)
GLITE bulk resubmission |
source code
|
|
|
master_bulk_submit(self,
rjobs,
subjobconfigs,
masterjobconfig)
submit multiple subjobs in parallel, by default using 10 concurrent
threads |
source code
|
|
|
master_bulk_resubmit(self,
rjobs)
CREAM bulk resubmission |
source code
|
|
|
|
|
submit(self,
subjobconfig,
master_job_sandbox)
Submit the job to the grid |
source code
|
|
|
|
|
|
|
|
|
updateGangaJobStatus(self)
map backend job status to Ganga job status |
source code
|
|
Inherited from GPIDev.Adapters.IBackend.IBackend :
check_auto_resubmit ,
getStateTime ,
master_prepare ,
peek ,
remove ,
setup ,
timedetails
Inherited from GPIDev.Base.Objects.GangaObject :
__construct__ ,
__deepcopy__ ,
__getstate__ ,
__setstate__ ,
_attribute_filter__set__ ,
_auto__init__ ,
accept ,
getJobObject
Inherited from GPIDev.Base.Objects.Node :
__copy__ ,
__eq__ ,
__ne__ ,
clone ,
copyFrom ,
printSummaryTree ,
printTree
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|