if test "$USE_CONTRIB_PETSC" = "yes" ; then
DEAL_II_CONFIGURE_PETSC_VERSION
DEAL_II_CONFIGURE_PETSC_ARCH
+ DEAL_II_CHECK_PETSC_MPI_CONSISTENCY
DEAL_II_CONFIGURE_PETSC_MPIUNI_LIB
DEAL_II_CONFIGURE_PETSC_COMPLEX
])
+dnl -------------------------------------------------------------
+dnl Make sure that if PETSc was built with/without MPI, then
+dnl deal.II was built with the same flags.
+dnl
+dnl Usage: DEAL_II_CHECK_PETSC_MPI_CONSISTENCY
+dnl
+dnl -------------------------------------------------------------
+AC_DEFUN(DEAL_II_CHECK_PETSC_MPI_CONSISTENCY, dnl
+[
+dnl TODO: This does nothing yet. Add this functionality asap
+dnl (Toby D. Young)
+])
+
+
dnl ------------------------------------------------------------
dnl See if there is a library libmpiuni.a/so available. We need
dnl to link with it on some systems where PETSc is built without
dnl Last check: test whether CXXFLAGS and F77FLAGS are ok
DEAL_II_CHECK_CXXFLAGS_CONSISTENCY
DEAL_II_CHECK_F77FLAGS_CONSISTENCY
-DEAL_II_CHECK_PETSC_MPI_CONSISTENCY
-
-
dnl -------------------------------------------------------------
dnl Third party programs