Skip to content
This repository has been archived by the owner on Jul 10, 2019. It is now read-only.

Latest commit

 

History

History
53 lines (45 loc) · 1.86 KB

NOTES.md

File metadata and controls

53 lines (45 loc) · 1.86 KB

Notes and References

MPI

MPI is an external C library for multiprocessing. It can be used with Python via mpi4py package. See README.md about installation and requirements.

Usage:

mpiexec -n 10 python chapter3/scatter_communication.py

Examples:

Asynchronous Programming