From 268325b2770196bc9bec583ef0f534a4e12ef272 Mon Sep 17 00:00:00 2001 From: Christian Godenschwager <christian.godenschwager@fau.de> Date: Mon, 19 Dec 2016 15:09:50 +0100 Subject: [PATCH] Disable building with Metis by default --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f545d1e34..3c690878c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -69,7 +69,7 @@ option ( WALBERLA_BUILD_TOOLS "Build Tools" option ( WALBERLA_BUILD_TUTORIALS "Build Tutorials" ON ) option ( WALBERLA_BUILD_WITH_MPI "Build with MPI" ON ) -option ( WALBERLA_BUILD_WITH_METIS "Build with metis graph partitioner" ON ) +option ( WALBERLA_BUILD_WITH_METIS "Build with metis graph partitioner" OFF ) option ( WALBERLA_BUILD_WITH_GPROF "Enables gprof" ) option ( WALBERLA_BUILD_WITH_GCOV "Enables gcov" ) -- GitLab