There are comments at the top of the makefile that define
any variables that may need to be changed for a proper
compilation.

Notes:
  In order to compile the fortran example, it may be
  necessary to modify line #14 , of F_scalapackexample.f to point
  to the appropriate location of the fnetsolve.h include
  file.

To compile:
  UNIX> make

To run Fortran Scalapack Example:
  UNIX> F_scalapackexample

To run C Scalapack Example:
  UNIX> C_scalapackexample


