Skip to content
Snippets Groups Projects
Commit 428d8c47 authored by Lars Bilke's avatar Lars Bilke
Browse files

OGS_EIGEN_DYNAMIC_SHAPE_MATRICES defaults to ON to speedup build time.

parent 2bbc296f
No related branches found
No related tags found
No related merge requests found
......@@ -40,7 +40,7 @@ before_script:
script:
- mkdir build
- cd build
- cmake $CMAKE_ARGS -DCMAKE_BUILD_TYPE=Debug -DOGS_EIGEN_DYNAMIC_SHAPE_MATRICES=ON ..
- cmake $CMAKE_ARGS -DCMAKE_BUILD_TYPE=Debug ..
- make -j 2
- if [[ "$CASE" == "CLI" ]]; then make tests; fi
......
......@@ -73,7 +73,7 @@ option(OGS_USE_MPI "Use MPI" OFF)
# Eigen
option(OGS_USE_EIGEN "Use EIGEN for local matrix and vector" ON)
option(OGS_EIGEN_DYNAMIC_SHAPE_MATRICES "Use dynamically allocated shape matrices" OFF)
option(OGS_EIGEN_DYNAMIC_SHAPE_MATRICES "Use dynamically allocated shape matrices" ON)
option(EIGEN_NO_DEBUG "Disables Eigen's assertions" OFF)
# Logging
......
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