Skip to content

Commit 0a5efd5

Browse files
authored
Merge pull request #16 from minrk/send-vs-send
Add send-vs-Send comparison
2 parents b2293a2 + fbb4ec1 commit 0a5efd5

File tree

3 files changed

+901
-1
lines changed

3 files changed

+901
-1
lines changed

_toc.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ parts:
77
- file: notebooks/intro-mpi/intro-mpi
88
sections:
99
- file: notebooks/intro-mpi/send-recv
10+
- file: notebooks/send-vs-send

environment.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,12 @@ name: mpi-tutorial
22
channels:
33
- conda-forge
44
dependencies:
5+
- altair
56
- mpich
67
- ipyparallel
8+
- ipywidgets
79
- jupyter-book
810
- mpi4py
9-
- autopep8
11+
- numpy
12+
- pandas
13+
- autopep8

0 commit comments

Comments
 (0)