| Name |
Download Link |
Brief Description |
| | | |
| All code examples |
allcode.zip |
All code examples given below. |
| | | |
| Hello World |
helloWorld.zip |
A "Hello World!" program in FG-MPI. |
| | | |
| Prime Sieve |
primeSieve.zip |
An example of the Sieve of Eratosthenes that uses several fine-grain MPI processes to form a pipeline. |
| | | |
N-body Simulation |
nbodyRing.zip |
N-body simulation with communication done in a
ring. It is a straightforward port of standard MPI code
to FG-MPI.
Provides optional graphical output. |
| | | |
Leader Elections |
leaderElections.zip |
Another example of porting MPI code to include fine-grain
concurrency. The download contains three variations of
the LeLann-Chang-Roberts and Hirschberg-Sinclair
leader election algorithms in a ring. |
| | | |
Game of Life |
gol.zip |
2-D decomposition examples, with variations for
different send modes. A straightforward port of
existing MPI code to FG-MPI. |
| | | |