Skip to content

Commit dc2eb15

Browse files
authored
Merge pull request #511 from minrk/broadcast-examples
Broadcast examples
2 parents 7d9f3d1 + eada387 commit dc2eb15

File tree

7 files changed

+6862
-13
lines changed

7 files changed

+6862
-13
lines changed

docs/source/examples/Index.ipynb

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,11 @@
2222
"## Tutorials\n",
2323
"\n",
2424
"* [Creating Clusters from Python](Cluster%20API.ipynb)\n",
25-
"* [Data Publication API](Data%20Publication%20API.ipynb)"
25+
"* [Data Publication API](Data%20Publication%20API.ipynb)\n",
26+
"* [Parallel Magics](Parallel%20Magics.ipynb)\n",
27+
"* [Broadcast View](broadcast/Broadcast%20View.ipynb)\n",
28+
"* [Broadcasting arrays with memmap](broadcast/memmap%20Broadcast.ipynb)\n",
29+
"* [Broadcasting arrays with MPI](broadcast/MPI%20Broadcast.ipynb)"
2630
]
2731
},
2832
{
@@ -35,13 +39,12 @@
3539
"source": [
3640
"## Examples\n",
3741
"\n",
38-
"* [Parallel Magics](Parallel%20Magics.ipynb)\n",
3942
"* [Monitoring an MPI Simulation - 1](Monitoring%20an%20MPI%20Simulation%20-%201.ipynb)\n",
4043
"* [Monitoring an MPI Simulation - 2](Monitoring%20an%20MPI%20Simulation%20-%202.ipynb)\n",
4144
"* [Parallel decorator and map](Parallel%20Decorator%20and%20map.ipynb)\n",
4245
"* [Using MPI with IPython Parallel](Using%20MPI%20with%20IPython%20Parallel.ipynb)\n",
4346
"* [Monte Carlo Options](Monte%20Carlo%20Options.ipynb)\n",
44-
"* [rmt](rmt/rmt.ipynb)\n"
47+
"* [Random Matrices](rmt/rmt.ipynb)\n"
4548
]
4649
},
4750
{

docs/source/examples/broadcast/Broadcast view.ipynb

Lines changed: 593 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
FROM jupyter/scipy-notebook:4a6f5b7e5db1
2+
RUN mamba install -yq openmpi mpi4py
3+
RUN pip install --upgrade https://github.com/ipython/ipyparallel/archive/HEAD.tar.gz

0 commit comments

Comments
 (0)