header files visible to MPI programers.
If writting a C program, include mpi.h
if fortran program, include mpif.h.

But, the fortran program has to be 
converted to C via f2c then process
it as C program. (Have to link to
f2c of library though.)

