Skip to content

Commit

Permalink
Update what_is_mpi.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lostmyhat authored Feb 5, 2024
1 parent b9371b0 commit 1866f88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mpi/what_is_mpi.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ author: Blaise Barney, Lawrence Livermore National Laboratory

**M P I** = **M**essage **P**assing **I**nterface

MPI is a specification for the developers and users of message passing libraries. By itself, it is NOT a library - but rather the specification of what such a library should be.
MPI is a specification for the developers and users of message passing libraries.

MPI primarily *addresses the message-passing parallel programming model*: data is moved from the address space of one process to that of another process through cooperative operations on each process.
MPI *addresses the message-passing parallel programming model*: data is moved from the address space of one process to that of another process through cooperative operations on each process.

Simply stated, the goal of the Message Passing Interface is to provide a widely used standard for writing message passing programs. The interface attempts to be:

Expand Down

0 comments on commit 1866f88

Please sign in to comment.