ATLAS Offline Software
Loading...
Searching...
No Matches
AlgScheduler.py File Reference

Go to the source code of this file.

Classes

class  python.AlgScheduler.AlgScheduler

Namespaces

namespace  python
namespace  python.AlgScheduler

Functions

 python.AlgScheduler.SetScheduler (self, theSched)
 exchange the current scheduler for another one
 python.AlgScheduler.OutputLevel (self, level)
 change the output level
 python.AlgScheduler.CheckDependencies (self, check=True)
 control checking of data deps at beginning of job for unmet input deps
 python.AlgScheduler.ShowControlFlow (self, show=True)
 control printout of control flow at beginning of job
 python.AlgScheduler.ShowDataFlow (self, show=True)
 control printout of data flow at beginning of job
 python.AlgScheduler.ShowDataDependencies (self, show=True)
 control printout of data dependencies at beginning of job
 python.AlgScheduler.setDataLoaderAlg (self, dataLoadAlg)
 set the DataLoader Algorithm to handle unmet input data deps
 python.AlgScheduler.EnableConditions (self, enable=True)
 enable condition handling
 python.AlgScheduler.EnableVerboseViews (self, enable=True)
 enable verbose view state logging
 python.AlgScheduler.setAlgRanking (self, rule="PCE")
 set algorithm ranking rule
 python.AlgScheduler.setThreadPoolSize (self, tps)
 explicitly set the thread pool size
 python.AlgScheduler.getScheduler (self)
 get the currently configured scheduler

Variables

 python.AlgScheduler.AlgScheduler = AlgScheduler()
 python.AlgScheduler.SchedulerSvc