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

6 lines
183 B
HTML
Raw Normal View History

2018-05-05 22:18:02 +00:00
<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>