This class represents a job that executes in multiple parts using a
DAG.
|
|
|
|
|
GetFiles(self,
job,
td,
args,
idx=False,
iter=False,
catalog=False) |
source code
|
|
|
FindFile(self,
steering,
td,
catalog,
file) |
source code
|
|
|
WriteFileManifest(self,
job,
filename,
input,
output,
notes) |
source code
|
|
|
|
|
|
|
reset_old_jobs(self,
grid_id,
maxidletime,
maxruntime,
maxsubmittime,
maxcopytime,
maxfailures,
maxevicttime,
keepalive)
reset status of jobs that where queued but who's status has not
changed in more that maxtime minutes |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
GetArguments(self,
job,
td,
idx=False,
iter=False,
output=' str ' ) |
source code
|
|
|
SetArguments(self,
job,
td,
idx=False,
iter=False)
Add DAG arguments for job |
source code
|
|
|
|
|
|
|
CleanQ(self,
jobs=None)
Interface: Check status of job/cluster in queuing system. |
source code
|
|
|
|
Inherited from grid.iGrid :
AddArgOption ,
AddEnv ,
AddParam ,
CheckJobStatus ,
CheckQ ,
CleanDir ,
FileName ,
GetArgOpt ,
GetArgOptions ,
GetClusterId ,
GetEnv ,
GetHost ,
GetInitialdir ,
GetJob ,
GetJobIds ,
GetJobList ,
GetLogs ,
GetMetadataPath ,
GetMonitorDB ,
GetParam ,
GetParamKeys ,
GetPort ,
GetProduction ,
GetQueue ,
GetRootDir ,
GetSimDBKey ,
GetSteering ,
GetSubmitHost ,
GetURL ,
IsUrl ,
PopJob ,
PostCopy ,
PushJob ,
QRemove ,
SelfPickle ,
SetCopyClass ,
SetHost ,
SetInitialdir ,
SetMetadataPath ,
SetMonitorDB ,
SetPort ,
SetProduction ,
SetQueue ,
SetRootDir ,
SetSimDBKey ,
SetStatus ,
SetSteering ,
SetSubmitHost ,
SetURL ,
Submit ,
Suffix ,
UpdateMetadata ,
format_arg ,
urlcopy ,
wait
|