Common components for OPM, in particular build system (cmake).
Go to file
Bård Skaflestad 6cc65ada59 Add Tool for Checking Array Dimensions
This commit introduces a new function,

    Opm::checkConsistentArrayDimensions()

that inspects various dynamic array/table sizes and compares those
to the maximum dimensions requested in the relevant *DIMS keywords
of the RUNSPEC section.

At present we check only items one through four of WELLDIMS since
those are directly relevant for the ECLIPSE-compatible output code.
We leverage the ErrorGuard to integrate into the existing mechanism
for terminating a simulation run if there's a parse failure.
2019-02-07 14:29:08 +01:00
cmake fixed: set property for correct test name 2018-11-07 11:33:31 +01: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 Change msim simulator to not hold Schedule object 2019-01-22 13:12:06 +01:00
external/cjson changed: switch to the shared opm build system 2018-02-12 13:36:49 +01:00
jenkins fix the pre-build hook logic 2019-01-21 12:59:47 +01:00
msim ACTIONX: Works with WELOPEN and msim 2019-02-02 17:35:56 +01:00
opm Add Tool for Checking Array Dimensions 2019-02-07 14:29:08 +01:00
redhat Bump versions 2018-10-02 15:43:01 +02:00
src/opm Add Tool for Checking Array Dimensions 2019-02-07 14:29:08 +01:00
tests Add Tool for Checking Array Dimensions 2019-02-07 14:29:08 +01: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 Add Tool for Checking Array Dimensions 2019-02-07 14:29:08 +01:00
CMakeLists.txt ACTIONX: Works with WELOPEN and msim 2019-02-02 17:35:56 +01: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 Added test for parsing EDITNNC 2018-11-21 22:14:27 +01:00
GenerateKeywords.cmake Add error mode DELAYED_EXIT1 to collect all errors 2019-01-07 12:38:05 +01: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.