icp/oer/courses/c-mpi/sections/01-introduction/01-c-hello/content.html

6 lines
183 B
HTML

<p>MPI is a parallelization framework for use on multiple machines and processors.</p>
<p>For this first exercise, we will send a single integer from one process to the other.
</p>