Skip to content

Commit

Permalink
Prune unused CMake option
Browse files Browse the repository at this point in the history
  • Loading branch information
bartgol committed Dec 22, 2022
1 parent 9c32d47 commit 19a03b2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
13 changes: 0 additions & 13 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 19a03b2

Please sign in to comment.