main

::COMPILING MPICH APPLICATIONS:

Here are the settings necessary to compile an mpi application written in C/C++ with gcc or a Fortran application with g77.

Create a new makefile make the following settings:

include path:

libraries:

lib path:

Add your source files to the makefile and then build.

main