::COMPILING MPICH APPLICATIONS:
Here are the settings necessary to compile an mpi application written in C/C++ with gcc.
Create a new makefile make the following settings:
include path:
libraries:
lib path:
Add your source files to the makefile and then build.