Pub. Date | : Apr, 2020 |
---|---|
Product Name | : The IUP Journal of Computer Sciences |
Product Type | : Article |
Product Code | : IJCS20420 |
Author Name | : Anshu Kumari, Ajit Singh |
Availability | : YES |
Subject/Domain | : Management |
Download Format | : PDF Format |
No. of Pages | : 10 |
Message Passing Interface (MPI) is a communication library specification for parallel computers and for workstation network. The paper signifies the role of MPI in parallel computing and presents a detailed overview of the primary subject, including evolution of MPI, modes of MPI, MPI features and communicator. The paper is ideal for the learners and for those new to parallel programming with MPI.
Message Passing Interface (MPI) is a portable standard library interface for coding parallel programs using distributed-memory programming model. MPI is primarily focused on message passing in parallel programming model: data is transferred from one process's address space to another process's address space through cooperative operation on each process. The goal of MPI is to provide a universal standard for programs based on message passing.
Message Passing Interface (MPI), MPI modes, MPI functions, Communicator