WMPI 1.5 Beta
Home
WMPI New
Features
Files Included
in Release
Compiling a program with WMPI
Running a
WMPI program
The
Cluster Configuration
The
Process Group File
Environment
Variables
TCP Device
Shared Memory
Device
Examples
PI
Calculation
MultiPingPong
Mandelbrot
Calculation
License Agreement
Acknowledgments
WMPI
Home Page |
|
Compiling a Program with WMPI
Files to Include
MPI Libs\wmpi.lib |
WMPI library for linkage |
Include Files\mpi.h |
MPI main header file |
Include Files\binding.h |
Contains the bindings for the MPI functions |
Include Files\mpi_errno.h |
Contains the declaration of the MPI error classes |
Optional Files to Include
VC++ Resource Files |
Include Files\Resources\wmpi.rc |
Include Files\Resources\resource.h |
Include Files\Resources\wmpi.ico |
Compile Settings
On the C/C++ pane of the settings
dialog box, choose the Code Generation category and set the run-time libraries
to use Multithreaded DLLs.
Illustration on how to alter the
project settings.
|