@@ -232,50 +232,9 @@ and clients.
232232Interactive parallel computing
233233==============================
234234
235- .. note ::
236235
237- This functionality is optional and now part of the `ipyparallel
238- <http://ipyparallel.readthedocs.io/> `_ project.
239-
240- Increasingly, parallel computer hardware, such as multicore CPUs, clusters and
241- supercomputers, is becoming ubiquitous. Over the last several years, we have
242- developed an architecture within IPython that allows such hardware to be used
243- quickly and easily from Python. Moreover, this architecture is designed to
244- support interactive and collaborative parallel computing.
245-
246- The main features of this system are:
247-
248- * Quickly parallelize Python code from an interactive Python/IPython session.
249-
250- * A flexible and dynamic process model that be deployed on anything from
251- multicore workstations to supercomputers.
252-
253- * An architecture that supports many different styles of parallelism, from
254- message passing to task farming. And all of these styles can be handled
255- interactively.
256-
257- * Both blocking and fully asynchronous interfaces.
258-
259- * High level APIs that enable many things to be parallelized in a few lines
260- of code.
261-
262- * Write parallel code that will run unchanged on everything from multicore
263- workstations to supercomputers.
264-
265- * Full integration with Message Passing libraries (MPI).
266-
267- * Capabilities based security model with full encryption of network connections.
268-
269- * Share live parallel jobs with other users securely. We call this
270- collaborative parallel computing.
271-
272- * Dynamically load balanced task farming system.
273-
274- * Robust error handling. Python exceptions raised in parallel execution are
275- gathered and presented to the top-level code.
276-
277- For more information, see our :ref: `overview <parallel_index >` of using IPython
278- for parallel computing.
236+ This functionality is optional and now part of the `ipyparallel
237+ <http://ipyparallel.readthedocs.io/> `_ project.
279238
280239Portability and Python requirements
281240-----------------------------------
0 commit comments