main

::COMPILING MPICH APPLICATIONS:

If you are using gcc 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.

Romio - applications with MPI 1.2 File function calls:

Include mpio.h

Add /D NTFS and /D HAVE_INT64 to the compile command.

FORTRAN applications:

Include mpif.h

Compiler switches for Visual Fortran 6+:

Link to the same libraries listed above.

Note:

main
Re-Building MPICH.NT