Scientific Programming
159 subscribers
158 photos
30 videos
138 files
446 links
Tutorials and applications from scientific programming

https://github.com/Ziaeemehr
Download Telegram
01_comm.py
227 B
to install mpi4py, simply use :
$ pip install mpi4py

communicators and ranks
#MPI
#python
#mpi4py
02_point_to_point.py
1.6 KB
point to point communications.
ارسال دیکشنری و آرایه پایتون بین پروسس ها با استفاده از mpi4py.
#MPI
#python
#mpi4py
03_collective_communication.py
1.7 KB
ارسال دیکشنری و آرایه به صورت جمعی بین پروسس ها.
collective communications
#MPI #python