Common components for OPM, in particular build system (cmake).
Go to file
Bård Skaflestad d42c98223c Refactor Implementation of RestartIO::save()
In particular, reimplement write_kw() in terms of vector<T> rather
than EclKW<T> to simplify callers.  While here, also move some file
handling operations out to separate helper functions to make control
flow more linear in the body of RestartIO::save(), and prune unused
arguments from other helper functions.
2018-09-19 16:02:15 +02:00
cmake Merge pull request #498 from joakim-hove/komodo 2018-09-19 09:08:53 +02:00
debian fix packaging after repo merge 2018-03-07 08:20:17 +01:00
docs typo 2015-06-18 12:06:38 +02:00
examples Add option to ignore extra keywords in the regresstion testing 2018-09-11 13:34:51 +02:00
external/cjson changed: switch to the shared opm build system 2018-02-12 13:36:49 +01:00
jenkins fixed: allow using update_data with a opm-tests PR 2018-08-03 10:19:08 +02:00
opm Added improvements to connection data ICON (account for inactive cells) etc. 2018-09-19 16:02:12 +02:00
redhat further adjustments to redhat packaging 2018-06-21 09:02:36 +02:00
src/opm Refactor Implementation of RestartIO::save() 2018-09-19 16:02:15 +02:00
tests Unit Tests: Fix Comparison Values 2018-09-19 16:02:13 +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 Split RestartIO into Separate Load/Save Files 2018-09-19 16:02:14 +02:00
CMakeLists.txt Fix build of tests when using shared library 2018-09-10 18:33:47 +02:00
CopyHeaders.cmake changed: use a two-tiered process for code gen 2018-06-18 10:07:52 +02:00
dune.module dune.module: update version to 2018.10-pre 2018-04-26 17:48:37 +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.