From 955383d0b65a6dae19e008dec9303f3701866aa4 Mon Sep 17 00:00:00 2001 From: maier Date: Fri, 15 Mar 2013 00:07:36 +0000 Subject: [PATCH] CMake: Set default to aggressive MPI disabled git-svn-id: https://svn.dealii.org/trunk@28907 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/cmake/configure/configure_1_mpi.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" ) -- 2.39.5