From: bangerth Date: Thu, 21 Aug 2008 14:22:14 +0000 (+0000) Subject: Fix condition for MPI use. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=87a174a17b40f7cb0b1df3cef28989b92b74af61;p=dealii-svn.git Fix condition for MPI use. git-svn-id: https://svn.dealii.org/trunk@16622 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/base/source/utilities.cc b/deal.II/base/source/utilities.cc index d6aef3d733..23076cd993 100644 --- a/deal.II/base/source/utilities.cc +++ b/deal.II/base/source/utilities.cc @@ -2,7 +2,7 @@ // $Id$ // Version: $Name$ // -// Copyright (C) 2005, 2006 by the deal.II authors +// Copyright (C) 2005, 2006, 2008 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -396,7 +396,7 @@ namespace Utilities } -#ifdef DEAL_II_USE_PETSC +#ifdef DEAL_II_COMPILER_SUPPORTS_MPI // Unfortunately, we have to work // around an oddity in the way PETSc // and some gcc versions interact. If