Difference between revisions of "Multithreaded-interpreter"

From VistrailsWiki
Jump to navigation Jump to search
(Created page with 'The multithreaded-interpreter is a branch of development adding support for parallel processing to VisTrails modules. It allows to execute parts of a pipeline in parallel, or eve…')
(No difference)

Revision as of 21:25, 18 July 2013

The multithreaded-interpreter is a branch of development adding support for parallel processing to VisTrails modules. It allows to execute parts of a pipeline in parallel, or even on remote machines.

Currently, support for threads, multiprocessing and IPython has been put in.