Message Passing Interface: Difference between revisions

Content deleted Content added
Citation bot (talk | contribs)
Alter: chapter-url. URLs might have been anonymized. | Use this bot. Report bugs. | Suggested by Corvus florensis | #UCB_webform 2309/3499
m By editor
Tags: Reverted Visual edit Mobile edit Mobile web edit Newcomer task Newcomer task: references
Line 2:
{{Update|reason=MPI-4.0 was approved by the MPI Forum in June 2021|date=October 2021}}
'''Message Passing Interface''' ('''MPI''') is a standardized and portable [[message-passing]] standard designed to function on [[parallel computing]] [[computer architecture|architectures]].<ref>{{Cite web |title=Message Passing Interface :: High Performance Computing |url=https://hpc.nmsu.edu/discovery/mpi/introduction/ |access-date=2022-08-06 |website=hpc.nmsu.edu}}</ref> The MPI standard defines the [[syntax (programming languages)|syntax]] and [[semantics]] of [[library routine]]s that are useful to a wide range of users writing [[software portability|portable]] message-passing programs in [[C (programming language)|C]], [[C++]], and [[Fortran]]. There are several [[open-source]] MPI [[programming language implementation|implementations]], which fostered the development of a parallel [[software industry]], and encouraged development of portable and scalable large-scale parallel applications.
 
by Prime suraj
 
==History==