From: Matthias Maier Date: Fri, 15 Mar 2013 00:07:36 +0000 (+0000) Subject: CMake: Set default to aggressive MPI disabled X-Git-Tag: v8.0.0~983 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0104c6b0e757e759b83521a3b2040100cf8e87a6;p=dealii.git CMake: Set default to aggressive MPI disabled git-svn-id: https://svn.dealii.org/trunk@28907 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/cmake/configure/configure_1_mpi.cmake b/deal.II/cmake/configure/configure_1_mpi.cmake index cb1c2ed91d..646d02c0f1 100644 --- a/deal.II/cmake/configure/configure_1_mpi.cmake +++ b/deal.II/cmake/configure/configure_1_mpi.cmake @@ -16,7 +16,7 @@ # Configuration for mpi support: # -SET(DEAL_II_ALLOW_GENERIC_MPI ON CACHE BOOL +SET(DEAL_II_ALLOW_GENERIC_MPI OFF CACHE BOOL "Allow the usage of an external mpi library even if the current compiler is not an mpi wrapper" )