Loading [MathJax]/extensions/tex2jax.js
python.tools.processor Namespace Reference

Processor classes for local or distributed computation. More...

Classes

class  distributedBase
 Base class for distributed processing. More...
 
class  ipp
 Process opals jobs using the ipyparallel (ipp) framework. More...
 
class  local
 Process opals jobs on the local machine in current process (no parallelization) More...
 
class  ModuleData
 
class  multiprocess
 Process opals jobs using multiple processes. More...
 
class  processorInterface
 Interface of a processor in the opals framework of which the others are derived. More...
 

Functions

def multiprocess_run_module (modData)
 
def ipp_run_module (modData)
 
def ipp_on_result (async_result)
 

Detailed Description

Processor classes for local or distributed computation.