Scientific Programming
@scientific_programming
159
subscribers
158
photos
30
videos
138
files
446
links
Tutorials and applications from scientific programming
https://github.com/Ziaeemehr
Download Telegram
Join
Scientific Programming
159 subscribers
Scientific Programming
Parallel Programming With MPI - Peter Pacheco.pdf
16.3 MB
#MPI
#BOOK
Scientific Programming
01_comm.py
227 B
to install mpi4py, simply use :
$ pip install mpi4py
communicators and ranks
#MPI
#python
#mpi4py
Scientific Programming
02_point_to_point.py
1.6 KB
point to point communications.
ارسال دیکشنری و آرایه پایتون بین پروسس ها با استفاده از mpi4py.
#MPI
#python
#mpi4py
Scientific Programming
03_collective_communication.py
1.7 KB
ارسال دیکشنری و آرایه به صورت جمعی بین پروسس ها.
collective communications
#MPI
#python
Scientific Programming
MPI
for Python
#MPI
#Python
#mpi4py