Skip to content

Commit

Permalink
parallel examples: add mpi4py requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
rc committed Jul 3, 2015
1 parent 468381a commit b6094c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/diffusion/poisson_parallel_interactive.py
Expand Up @@ -13,7 +13,7 @@
Important Notes
---------------
- This example requires petsc4py and (optionally) pymetis with their
- This example requires petsc4py, mpi4py and (optionally) pymetis with their
dependencies installed!
- This example generates a number of files - do not use an existing non-empty
directory for the ``output_dir`` argument.
Expand Down
2 changes: 1 addition & 1 deletion examples/multi_physics/biot_parallel_interactive.py
Expand Up @@ -26,7 +26,7 @@
Important Notes
---------------
- This example requires petsc4py and (optionally) pymetis with their
- This example requires petsc4py, mpi4py and (optionally) pymetis with their
dependencies installed!
- This example generates a number of files - do not use an existing non-empty
directory for the ``output_dir`` argument.
Expand Down

0 comments on commit b6094c7

Please sign in to comment.