Common components for OPM, in particular build system (cmake).
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. |
||
---|---|---|
cmake | ||
debian | ||
docs | ||
etc | ||
examples | ||
external/cjson | ||
jenkins | ||
msim | ||
opm | ||
redhat | ||
src/opm | ||
tests | ||
.gitignore | ||
changelog.md | ||
CMakeLists_files.cmake | ||
CMakeLists.txt | ||
CopyHeaders.cmake | ||
dune.module | ||
ExtraTests.cmake | ||
GenerateKeywords.cmake | ||
LICENSE | ||
opm-common-prereqs.cmake | ||
README.md |
opm-common
Contains common components used throughout all of OPM, in particular CMake modules for the build system.