Part 11c: Finer Control for Parallel Computing in IPython
Category: Languages > Python      Posted: 22 Jun 09

In this segment, we discuss the push, pull, and push_function, features of IPython that allow finer control over individual namespaces of remote nodes and over the computations that run on them.

Part 11b: Distributing Parallel Computations Using IPython
Category: Languages > Python      Posted: 22 Jun 09

In this segment, we discuss the map feature to distribute computations across the available nodes, how to use targets to specify which nodes to use, and how to use blocking to avoid waiting for long computations to finish.