Message Passing Interface: Difference between revisions

Content deleted Content added
Slayoo (talk | contribs)
update Python section separating projects into actively maintained and discontinued; added links to numba-mpi and mpi4jax
Tag: references removed
Slayoo (talk | contribs)
m fix ref syntax
Line 211:
 
===Python===
Actively maintained MPI wrappers for [[Python (programming language)|Python]] include: mpi4py<ref>{{cite web|url=https://mpi4py.readthedocs.io/|title=mpi4py}}</ref>, numba-mpi<ref>{{cite web|url=https://pypi.org/p/numba-mpi|title=numba-mpi}}</ref> and numba-jax<ref>{{cite web|url=https://mpi4jax.readthedocs.io/|title=mpi4jax}}</ref>.
 
Discontinued developments include: [[pyMPI]], pypar<ref>{{cite web|url=https://code.google.com/p/pypar/|title=Google Code Archive - Long-term storage for Google Code Project Hosting.|website=code.google.com}}</ref>, MYMPI<ref>Now part of [http://sourceforge.net/projects/pydusa/ Pydusa]</ref> and the MPI submodule in [[ScientificPython]].