38,757
edits
(Updating to match new version of source page) |
(Updating to match new version of source page) |
||
Line 92: | Line 92: | ||
* C++: <tt>mpiCC</tt> | * C++: <tt>mpiCC</tt> | ||
The | The copies of an MPI program, once they start running, must coordinate with one another somehow. This cooperation starts when each one calls an initialization function before it uses any other MPI features. The prototype for this function appears below: | ||
<tabs> | <tabs> | ||
<tab name="C"> | <tab name="C"> |