|
|
MPI Code Examples
Introduction
Sample files are available illustrating the use of MPI calls to facilitate your getting started with MPI programming.
For an introduction to MPI, see: MPI Overview.
For system specific information, see:
Hello World
Two very simple MPI programs which do more than display the text "Hello World!" from multiple processors, are
listed in hello_world.php:
Quadrature
QUADRATURE estimates an integral using quadrature and examples are available as:
|
|