From 19a03b23bd166809bff5703616ee5d936c61f223 Mon Sep 17 00:00:00 2001 From: Luca Bertagna Date: Thu, 22 Dec 2022 16:46:41 -0700 Subject: [PATCH] Prune unused CMake option --- CMakeLists.txt | 13 ------------- .../config_albany_clang_nightly | 1 - 2 files changed, 14 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6f0851ea8d..08ce9a34c6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -759,19 +759,6 @@ IF(ALBANY_ENABLE_CUDA) ENDIF() ENDIF() -# set optional dependency on the BGL, defaults to Enabled -# This option is added due to issued with compiling BGL with the intel compilers -# see Trilinos bugzilla bug #6343 -# -OPTION(ENABLE_BGL "Flag to turn on the Phalanx graphviz capabilities (dependent on BGL)" ON) -IF (ENABLE_BGL) - MESSAGE("-- BGL Enabled") - SET(ALBANY_BGL TRUE) -ELSE() - MESSAGE("-- BGL NOT Enabled. Graph visualization in Phalanx will not be available!") - SET(ALBANY_BGL FALSE) -ENDIF() - # Add option to check for hardware floating point exceptions using SSE, defaults to disabled OPTION(ENABLE_CHECK_FPE "Flag to turn on floating point exception (NAN) checking" OFF) diff --git a/doc/dashboards/cee-compute011.sandia.gov/config_albany_clang_nightly b/doc/dashboards/cee-compute011.sandia.gov/config_albany_clang_nightly index e2abfdc1b3..8c01632aa4 100755 --- a/doc/dashboards/cee-compute011.sandia.gov/config_albany_clang_nightly +++ b/doc/dashboards/cee-compute011.sandia.gov/config_albany_clang_nightly @@ -8,7 +8,6 @@ cmake \ -DALBANY_TRILINOS_DIR:PATH=${TRILINOS_DIR}/TrilinosInstallC11 \ -DENABLE_LANDICE:BOOL=ON \ -DENABLE_UNIT_TESTS:BOOL=ON \ - -DENABLE_BGL:BOOL=OFF \ -DENABLE_64BIT_INT:BOOL=ON \ -DENABLE_DEMO_PDES:BOOL=ON \ -DENABLE_STRONG_FPE_CHECK:BOOL=ON \