Simulator programs and utilities for automatic differentiation.
Go to file
Roland Kaufmann 9d19b116d7 Issue a CMake warning if client project is incompatible
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.
2013-08-21 22:16:31 +02:00
cmake Issue a CMake warning if client project is incompatible 2013-08-21 22:16:31 +02:00
examples Use UMFPACK solver if available in sim_simple.cpp. 2013-07-09 14:39:44 +02:00
m4 Compatibility module for dunecontrol-driven clients 2013-08-14 22:47:24 +02:00
opm/autodiff Modified according to comments in pull-request discussion. 2013-08-05 09:47:47 +02:00
tests Added ForwardBlock operator* for scalars. 2013-08-02 12:24:12 +02:00
.gitignore
CMakeLists_files.cmake Testing workflow with upstream + local repo. 2013-08-01 15:43:21 +02:00
CMakeLists.txt Add a small bootstrapper to locate build system 2013-08-16 23:55:45 +02:00
configure Search for directory containing build scripts 2013-08-16 23:55:44 +02:00
CTestConfig.cmake Import CMake support from OPM-Core 2013-05-15 10:24:52 +02:00
dune.module Add a label field to the project information 2013-08-14 23:39:05 +02:00
README.md Update README.md. 2013-05-16 10:55:40 +02:00

opm-autodiff

Automatic differentiation utilities and simulators using the technique.