Module multi_processor_base
source code
Module containing a Processor base class to be used by any 
  multi-processor fabric.
  This is used by the mpi4py clustering code.  It can also be used by 
  any new implementation including, for example:
  
    - 
      Other implementations using different python MPI libraries (pypar, 
      etc.).
    
 
    - 
      Use of ssh tunnels for parallel programming.
    
 
    - 
      Use of the twisted frame work for communication 
      (http://twistedmatrix.com/projects/).
    
 
    - 
      The parallel virtual machine (pvm) via pypvm 
      (http://pypvm.sourceforge.net).
    
 
  
    | 
       
     | 
        verbosity = None
     | 
  
    | 
       
     | 
        __package__ = 'multi'
     | 
  
Imports:
  copy,
  math,
  sys,
  threading,
  traceback,
  raise_unimplemented,
  Result,
  Result_string,
  Verbosity,
  Processor,
  Batched_result_command,
  Result_command,
  Result_exception