mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Simulator programs and utilities for automatic differentiation.
Setting CMAKE_DISABLE_FIND_PACKAGE_xxx flag should make find_package not doing anything, but this does not seem to work with older versions of CMake. Anyway, we can test this flag and make sure that we don't call find_package in that case. Also includes a check for both upper- and same-case versions of found flag, as some modules, most notably Boost, does not set the upper-case version of their _FOUND flag; this tests for both. |
||
---|---|---|
cmake | ||
examples | ||
m4 | ||
opm/autodiff | ||
tests | ||
.gitignore | ||
CMakeLists_files.cmake | ||
CMakeLists.txt | ||
configure | ||
CTestConfig.cmake | ||
dune.module | ||
README.md |
opm-autodiff
Automatic differentiation utilities and simulators using the technique.