main

::COMPILING MPICH APPLICATIONS:

If you are using gcc or g77 go here

C/C++ Applications using Visual C++:

For a graphical help example go here.

Here are the settings necessary to compile an mpi application written in C/C++ with MS Visual C++.

Create a new makefile or project and make the following compiler settings:

include path:

switches:

libraries:

lib path:

Add your source files to the project and then build.

FORTRAN applications:

Include mpif.h

Link to the same libraries listed above.

The dlls contain the following interfaces:

If your Fortran compiler doesn't match any of these options you will have to re-compile the mpich source.

Note:

main
Re-Building MPICH.NT