Common components for OPM, in particular build system (cmake).
Go to file
Markus Blatt edcd66987a [python] Run unit tests directly and not via setup.py (deprecated).
Thus we get rid of the warning:

WARNING: Testing via this command is deprecated and will be removed in
a future version. Users looking for a generic test entry point
independent of test runner are encouraged to use tox.
2023-01-13 18:15:09 +01:00
bin EvaluationXXX.hpp: do not include Evaluation.hpp 2022-12-23 13:30:34 +01:00
cmake fixed: do not append to flags to CMAKE_CXX_FLAGS 2022-12-21 11:03:12 +01:00
docs Import (filtered) opm-material with history 2022-12-01 12:41:31 +01:00
etc tab completors: be quiet even if the which command would like to complain 2019-03-07 09:33:15 +01:00
examples update of make_ext_smry program 2023-01-06 18:56:40 +01:00
external Embed fmtlib source code 2020-09-18 11:23:30 +02:00
jenkins add imported files to build system 2022-12-08 14:03:15 +01:00
msim ScheduleState.hpp: forward Action::Actions 2023-01-11 13:51:28 +01:00
opm Well.hpp: forward WellMICPProperties 2023-01-13 15:29:28 +01:00
python [python] Prevent "ResourceWarning: unclosed file <_io.TextIOWrapper 2023-01-13 18:14:28 +01:00
src/opm Well.hpp: forward WellMICPProperties 2023-01-13 15:29:28 +01:00
test_util Silence uninitialized variable warnings. 2023-01-04 11:22:59 +01:00
tests Well.hpp: forward WellMICPProperties 2023-01-13 15:29:28 +01:00
.clang-format Add .clang-format specification. 2019-09-18 14:15:21 +02:00
.gitignore Sunbeam will be compiled with setuptools. 2019-08-09 10:40:33 +02:00
.gitmodules removed submodules pycmake and pybind11. 2019-06-14 14:32:08 +02:00
changelog.md Add bullet point about Eclipse restart capabilities 2019-10-29 16:32:08 +01:00
CMakeLists_files.cmake changed: build opm-common python extension using cmake 2023-01-12 10:14:38 +01:00
CMakeLists.txt [python] Run unit tests directly and not via setup.py (deprecated). 2023-01-13 18:15:09 +01:00
CopyHeaders.cmake Filesystem rename parser/eclipse/ input/eclipse 2022-01-02 14:32:14 +01:00
dune.module Bump version for master branch. 2022-10-18 17:30:42 +02:00
ExtraTests.cmake Remove Tests Which Only Passed by Accident 2022-09-28 14:00:11 +02:00
GenerateKeywords.cmake add compile unit for String.hpp 2023-01-03 19:06:46 +01:00
LICENSE Initial commit 2015-03-18 01:59:50 -05:00
opm-common-prereqs.cmake added: symbol demangling helper 2022-12-23 08:49:19 +01:00
README.md Add posix as requirement 2022-01-12 15:14:36 +01:00

opm-common: Tools for Eclipse reservoir simulation files

The Open Porous Media (OPM) software suite provides libraries and tools for modeling and simulation of porous media processes, especially for simulating CO2 sequestration and improved and enhanced oil recovery. The Eclipse file format is widely used in the reservoir simulation community. This package provides a library containing code for processing files in Eclipse format, Python binding for accessing Eclipse files and utility code used by other OPM modules (e.g. CMake modules used).

License

The library is distributed under the GNU General Public License, version 3 or later (GPLv3+).

Requirements

  • C++17 compatible compiler
  • CMake >= 3.10
  • Posix compatibility