]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Don't use mpicxx by default. We already set up all relevant compiler flags and librar...
authormaier <maier@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 28 Feb 2013 08:36:24 +0000 (08:36 +0000)
committermaier <maier@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 28 Feb 2013 08:36:24 +0000 (08:36 +0000)
git-svn-id: https://svn.dealii.org/branches/branch_cmake@28639 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/cmake/configure/configure_1_mpi.cmake

index 0f079f4cfb6261ec96a31dd1561ff2a0ff1666a8..78335ea3514ff9d0e36a44b49c5157e170c0e3f2 100644 (file)
@@ -40,14 +40,13 @@ MACRO(FEATURE_MPI_CONFIGURE_EXTERNAL)
   # The user has to know the location of the mpi headers as well:
   LIST(APPEND DEAL_II_USER_INCLUDE_DIRS ${MPI_CXX_INCLUDE_PATH})
 
-  # TODO:
-  SET(DEAL_II_USE_MPICXX ON CACHE BOOL
+  SET(DEAL_II_USE_MPICXX OFF CACHE BOOL # Disabled by default
     "Set the compiler to the detected mpi wrapper ${MPI_CXX_COMPILER}"
     )
-
   IF(DEAL_II_USE_MPICXX)
     SET(CMAKE_CXX_COMPILER ${MPI_CXX_COMPILER})
   ENDIF()
+
 ENDMACRO()
 
 

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.