Added an example code to test CG on a 4D HYPRE_SSTRUCT complex problem.
Added regression tests for bigint, maxdim, and complex.
Added a test to make sure double types are not added to the source.
See [Issue995] in the tracker for more details.
Changed MPI routines to hypre_MPI routines.
Added hypre_printf, etc. routines.
Added AUTOTEST tests to look for 'int' and 'MPI_' calls.
Added a new approach for the Fortran interface (not implemented everywhere yet).
reflect the fact that PETSc's MatGetOwnershipRange returns *one more*
than the global index of the last row. The hypre convention is to
return simply the index of the last row. CJR
is now stored as an SEQAIJ matrix and this broke some tests. The tests
were unnecessary, though, since we now no longer break PETSc's
encapsulation and instead use only the user interface.