main

::BUILDING MPICH

You must have MS Visual C++ 6 and Compaq(Digital) Visual Fortran 6 in order to build without any modifications.

Load the workspace in Visual C++ IDE and select build=>batch build=>rebuild all.

There are several workspaces available:

Note:

In order to compile cleanly you need to use the header files and libraries from the Platform SDK instead of the VC++ stuff.  The files that come with VC6 are very old.  The platform sdk has the most recent header files.  If you do not want to use the platform sdk files, you will have to do the following to get the projects to compile:

With these changes you can compile all the workspaces using the default libraries and header files provided with MSDEV Visual C++ 6.x.

main
Compiling an MPI application