From e05dc18d9d94c64d141686aaf29b38c4d09b6d21 Mon Sep 17 00:00:00 2001 From: alex Date: Sat, 25 Feb 2017 17:59:56 +0300 Subject: [PATCH] removed requirement of MPI support to compile with SLEPC --- source/base/mpi.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/source/base/mpi.cc b/source/base/mpi.cc index e07e080081..e58fb13de0 100644 --- a/source/base/mpi.cc +++ b/source/base/mpi.cc @@ -43,9 +43,7 @@ #endif #ifdef DEAL_II_WITH_SLEPC -# ifdef DEAL_II_WITH_MPI # include -# endif # include #endif -- 2.39.5