Skip to content

Commit

Permalink
text update
Browse files Browse the repository at this point in the history
  • Loading branch information
jessica-mitchell committed Dec 1, 2022
1 parent 7fe0058 commit 5d511ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/htmldoc/hpc/mpi_processes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ MPI process
===========


An MPI process is a set of data and instructions with its own memory that must be explictly shared between processes (also known as CPUs).
An MPI process is process of a computer program that is being executed by one or many threads and employs a Message Passing Interface (MPI) to communicate its data with the other processes.

We typically use the standard Message Passing Interface (MPI) to instruct how processes work in parallel (See e.g.,
`OpenMPI <https://www.open-mpi.org/>`_).
Expand Down

0 comments on commit 5d511ad

Please sign in to comment.