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

Go to the source code of this file.

Namespaces

namespace  python
namespace  python.algorithms
namespace  python.algorithms.generators
namespace  python.algorithms.generators.multicore

Functions

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

Variables

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