Common components for OPM, in particular build system (cmake).
Go to file
Bård Skaflestad f867d7f82c SummaryConfig: Recognise Subset of Segment Vectors
This commit extends the SummaryConfig class to recognise a small
subset of segment-related summary vectors.  In particular, this
brings support for 'SGFR', 'SOFR', 'SPR', and 'SWFR'--at least in a
restricted sense.  We do not yet support cases like

    SOFR
    /

which designates all segments in all wells at all times.

The unit testing is presently minimal and must be expanded before
this is ready for inclusion into master.  In particular, we only
check that cases like

    SOFR
      'PROD01' 1 /
    /

generate the expected summary vector nodes (class SummaryNode).
2018-10-25 09:09:31 +02:00
cmake Fixed ALBERTA_FOUND to OFF when not found 2018-10-15 09:42:13 +02:00
debian Bump versions 2018-10-02 15:43:01 +02:00
docs typo 2015-06-18 12:06:38 +02:00
etc added: cmake glue for adding bash tab completion for an installed product 2018-09-25 12:31:11 +02:00
examples Add skeleton for mock simulator 2018-10-17 17:21:11 +02:00
external/cjson changed: switch to the shared opm build system 2018-02-12 13:36:49 +01:00
jenkins fixed: fail build in jenkins scripts if installation target fails 2018-09-25 12:31:11 +02:00
msim Add skeleton for mock simulator 2018-10-17 17:21:11 +02:00
opm Changes to contribute to write segment data to summary file 2018-10-25 09:09:31 +02:00
redhat Bump versions 2018-10-02 15:43:01 +02:00
src/opm SummaryConfig: Recognise Subset of Segment Vectors 2018-10-25 09:09:31 +02:00
tests SummaryConfig: Recognise Subset of Segment Vectors 2018-10-25 09:09:31 +02:00
.gitignore Import opm-output 2018-03-05 10:30:59 +01:00
changelog.md Changelog December 2016 2017-01-03 10:48:10 +01:00
CMakeLists_files.cmake SummaryConfig: Recognise Subset of Segment Vectors 2018-10-25 09:09:31 +02:00
CMakeLists.txt Add skeleton for mock simulator 2018-10-17 17:21:11 +02:00
CopyHeaders.cmake changed: use a two-tiered process for code gen 2018-06-18 10:07:52 +02:00
dune.module Bump versions 2018-10-02 15:43:01 +02:00
ExtraTests.cmake Remove stale test 2018-06-20 09:27:02 +02:00
GenerateKeywords.cmake changed: use a two-tiered process for code gen 2018-06-18 10:07:52 +02:00
LICENSE Initial commit 2015-03-18 01:59:50 -05:00
opm-common-prereqs.cmake Rephrase comment into more proper English 2018-07-10 15:57:10 +02:00
README.md remove travis build status from README.md 2018-01-04 12:07:46 +01:00

opm-common

Contains common components used throughout all of OPM, in particular CMake modules for the build system.