Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content
Snippets Groups Projects
Commit 3410f26c authored by gsell's avatar gsell
Browse files

Merge branch '595-remove-opal_fel-option-from-cmake-configuration' into 'OPAL-2.4'

Resolve "remove OPAL_FEL option from CMake configuration"

See merge request !428
parents bb3c6f12 0ab79611
No related branches found
No related tags found
1 merge request!428Resolve "remove OPAL_FEL option from CMake configuration"
......@@ -203,13 +203,6 @@ if (ENABLE_SAAMG_SOLVER OR ENABLE_AMR_MG_SOLVER)
endif ()
endif ()
option (ENABLE_OPAL_FEL "Enable OPAL FEL" OFF)
if (ENABLE_OPAL_FEL)
message (STATUS "Enable OPAL FEL: " ${ENABLE_OPAL_FEL})
find_package (MITHRA MODULE REQUIRED)
add_definitions (-DOPAL_FEL)
endif()
option (DBG_SCALARFIELD "Enable dump of scalar field rho_m" OFF)
if (DBG_SCALARFIELD)
message (STATUS "Write scalar rho_m field is enabled ")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment