main

::COMPILING MPICH APPLICATIONS:

C/C++ Applications:

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:

For tcp/ip shmem applications use:

If you have Giganet hardware for VIA use:

lib path:

Add your source files to the project and then build.

FORTRAN applications.

Include mpif.h

Compiler switches for Visual Fortran 6+:

Link to the same libraries listed above.

Note:

main
Re-Building MPICH.NT