##// END OF EJS Templates
update parallel docs with some changes from scipy tutorial...
update parallel docs with some changes from scipy tutorial also added a couple more parallel examples: * iopubwatcher for watching stdout/stderr of a cluster * itermapresult for iterating through AsyncMapResults without waiting for all to complete * customresults for advanced handling of results not provided by AsyncResult objects

File last commit:

r3876:4bb2eb4d
r5169:0cd2b7ac
Show More
index.txt
23 lines | 444 B | text/plain | TextLexer
.. _parallel_index:
====================================
Using IPython for parallel computing
====================================
.. toctree::
:maxdepth: 2
parallel_intro.txt
parallel_process.txt
parallel_multiengine.txt
parallel_task.txt
parallel_mpi.txt
parallel_db.txt
parallel_security.txt
parallel_winhpc.txt
parallel_demos.txt
dag_dependencies.txt
parallel_details.txt
parallel_transition.txt