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
|
|
|
|
| WriteDAGNode(self,
job,
dagfile,
nodename,
filename,
parents=None,
done=False) |
source code
|
|
|
|
|
|
|
get_id(self,
submit_status)
Parse string returned by pbs on submission to extract the id of the
job cluster |
source code
|
|
|
|
|
|
|
GetArguments(self,
job,
td,
idx=False,
iter=False,
output='str') |
source code
|
|
|
|
|
|
|
|
|
|
| WriteSubmitFile(self,
job,
filename,
td,
idx=False,
iter=False) |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Inherited from Pbs:
CheckQ
Inherited from grid.iGrid:
AddArgOption,
AddEnv,
AddParam,
Clean,
CleanDir,
FileName,
GetActiveJobs,
GetArgOpt,
GetArgOptions,
GetClusterId,
GetEnv,
GetFinishedJobs,
GetHost,
GetInitialdir,
GetJob,
GetJobIds,
GetJobList,
GetMetadataPath,
GetMonitorDB,
GetParam,
GetParamKeys,
GetPort,
GetProcessingJobs,
GetProduction,
GetQueue,
GetQueuedJobs,
GetResetJobs,
GetRootDir,
GetSimDBKey,
GetSteering,
GetSubmitHost,
GetURL,
PopJob,
PostCopy,
PushJob,
QueueJobs,
SelfPickle,
SetCopyClass,
SetHost,
SetInitialdir,
SetMetadataPath,
SetMonitorDB,
SetPort,
SetProduction,
SetQueue,
SetRootDir,
SetSimDBKey,
SetStatus,
SetSteering,
SetSubmitHost,
SetURL,
Submit,
Suffix,
UpdateMetadata,
format_arg,
jobfinalize,
reset_old_jobs,
urlcopy,
wait
|