![]() |
ATLAS Offline Software
|
Classes | |
| class | AlgScheduler |
Functions | |
| SetScheduler (self, theSched) | |
| exchange the current scheduler for another one | |
| OutputLevel (self, level) | |
| change the output level | |
| CheckDependencies (self, check=True) | |
| control checking of data deps at beginning of job for unmet input deps | |
| ShowControlFlow (self, show=True) | |
| control printout of control flow at beginning of job | |
| ShowDataFlow (self, show=True) | |
| control printout of data flow at beginning of job | |
| ShowDataDependencies (self, show=True) | |
| control printout of data dependencies at beginning of job | |
| setDataLoaderAlg (self, dataLoadAlg) | |
| set the DataLoader Algorithm to handle unmet input data deps | |
| EnableConditions (self, enable=True) | |
| enable condition handling | |
| EnableVerboseViews (self, enable=True) | |
| enable verbose view state logging | |
| setAlgRanking (self, rule="PCE") | |
| set algorithm ranking rule | |
| setThreadPoolSize (self, tps) | |
| explicitly set the thread pool size | |
| getScheduler (self) | |
| get the currently configured scheduler | |
Variables | |
| AlgScheduler = AlgScheduler() | |
| SchedulerSvc | |
| python.AlgScheduler.CheckDependencies | ( | self, | |
| check = True ) |
control checking of data deps at beginning of job for unmet input deps
Definition at line 90 of file AlgScheduler.py.
| python.AlgScheduler.EnableConditions | ( | self, | |
| enable = True ) |
enable condition handling
Definition at line 130 of file AlgScheduler.py.
| python.AlgScheduler.EnableVerboseViews | ( | self, | |
| enable = True ) |
enable verbose view state logging
Definition at line 138 of file AlgScheduler.py.
| python.AlgScheduler.getScheduler | ( | self | ) |
get the currently configured scheduler
Get the Scheduler
Definition at line 163 of file AlgScheduler.py.
| python.AlgScheduler.OutputLevel | ( | self, | |
| level ) |
change the output level
Definition at line 84 of file AlgScheduler.py.
| python.AlgScheduler.setAlgRanking | ( | self, | |
| rule = "PCE" ) |
set algorithm ranking rule
Definition at line 146 of file AlgScheduler.py.
| python.AlgScheduler.setDataLoaderAlg | ( | self, | |
| dataLoadAlg ) |
set the DataLoader Algorithm to handle unmet input data deps
Definition at line 122 of file AlgScheduler.py.
| python.AlgScheduler.SetScheduler | ( | self, | |
| theSched ) |
exchange the current scheduler for another one
setup a different Scheduler
Definition at line 71 of file AlgScheduler.py.
| python.AlgScheduler.setThreadPoolSize | ( | self, | |
| tps ) |
explicitly set the thread pool size
Definition at line 158 of file AlgScheduler.py.
| python.AlgScheduler.ShowControlFlow | ( | self, | |
| show = True ) |
control printout of control flow at beginning of job
Definition at line 98 of file AlgScheduler.py.
| python.AlgScheduler.ShowDataDependencies | ( | self, | |
| show = True ) |
control printout of data dependencies at beginning of job
Definition at line 114 of file AlgScheduler.py.
| python.AlgScheduler.ShowDataFlow | ( | self, | |
| show = True ) |
control printout of data flow at beginning of job
Definition at line 106 of file AlgScheduler.py.
| python.AlgScheduler.AlgScheduler = AlgScheduler() |
Definition at line 167 of file AlgScheduler.py.
| python.AlgScheduler.SchedulerSvc |
Definition at line 78 of file AlgScheduler.py.