WMPI 1.5 Release Examples
Three examples accompany the present
release of the WMPI. Each of the example presents a feature of WMPI.
PI Calculation
This is a well known example for
MPI users. It is a simple console application that computes the PI value
with user defined accuracy. More...
MultiPingPong
Since WMPI is now thread safe, this
application intends to show how well WMPI behaves under threaded stress
testing. Process zero (0) creates N threads, where N is the number of processes.
Each thread chooses a process and starts a sequence of ping-pong messages
with it. More...
The number of ping-pong iterations
is defined using command line arguments. This example also presents the
capability of passing different arguments to different processes.
Mandlebrot
This application calculates the Mandelbrot
set. The aim of this application is to show to users how they can
easily use WMPI within a MFC (Microsoft Foundation Classes) application.
The user may zoom in or out the image to see the details of the fractal.
More...
|