mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-16 20:24:48 -06:00
Simulator programs and utilities for automatic differentiation.
This puts a test into the ${project}-config.cmake file which warns if the client project is built with a variable which is incompatible with the build of opm-core. Consider this minimal project: cmake_minimum_required (VERSION 2.8) set (HAVE_MPI 1) find_package (opm-core) If linked with `-Dopm-core_DIR=` path to an opm-core tree which is build *without* MPI-support, this will issue a warning when building the client project. This doesn't catch all cases (if a variable isn't defined, we cannot know if it is an omission or if it has intentionally been left blank), but at least it catches some. |
||
---|---|---|
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.