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.
If Boost is installed in say /usr/include/boost141 and /usr/lib64/boost141, then there is no root you can specify to pick them both up. However, whereas Autotools uses --with-boost and --with-boost-libdir, FindBoost in CMake changes to using two different variables: BOOST_INCLUDEDIR and BOOST_LIBRARYDIR. Using the header directory for BOOST_ROOT will not work (in particularily not with old CMake versions). |
||
---|---|---|
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.