ATLAS Offline Software
Namespaces | Functions | Variables
multicore.py File Reference

Go to the source code of this file.

Namespaces

 python.algorithms.generators.multicore
 

Functions

def python.algorithms.generators.multicore.multicore (process)
 Run multiple Powheg processes, each in its own thread. More...
 
def python.algorithms.generators.multicore.__multicore_v1 (generation_fn)
 Run Powheg V1 generation in multi-core mode. More...
 
def python.algorithms.generators.multicore.__multicore_multistage (process, generation_fn)
 Run Powheg V2/RES generation in multi-core mode. More...
 
def python.algorithms.generators.multicore.__multicore_multistage_stage_1 (generation_fn, n_xgrid_iterations)
 Run Powheg V2/RES (stage 1) generation in multi-core mode. More...
 
def python.algorithms.generators.multicore.__multicore_multistage_stage_2 (generation_fn)
 Run Powheg V2/RES (stage 2) generation in multi-core mode. More...
 
def python.algorithms.generators.multicore.__multicore_multistage_stage_3 (generation_fn)
 Run Powheg V2/RES (stage 3) generation in multi-core mode. More...
 
def python.algorithms.generators.multicore.__multicore_multistage_stage_4 (generation_fn)
 Run Powheg V2/RES (stage 4) generation in multi-core mode. More...
 
def python.algorithms.generators.multicore.multicore_untimed (process, parallel_stage=-1)
 Run multiple Powheg processes, each in its own thread. More...
 

Variables

 python.algorithms.generators.multicore.logger = Logging.logging.getLogger("PowhegControl")