Package SloppyCell :: Module RunInParallel
[hide private]

Module RunInParallel

source code

Classes [hide private]
  Statement
Class for sending Python statements to workers.
Functions [hide private]
 
stop_workers()
Send all workers the command to exit the program.
source code
 
statement_to_all_workers(statement, locals={})
Send a Python statement to all workers for execution.
source code
Variables [hide private]
  logger = logging.getLogger('Parallel')

Imports: logging, sys, traceback, SloppyCell, Collections, num_procs, my_rank, my_host, HAVE_PYPAR, pypar, Utility, atexit