Markus Blatt

Results 60 issues of Markus Blatt

Previously only cells were marked as inactive that were inactive before MINPV/PINCH was applied and those inactive due to MINPV/PINCH might still have been active. This presented a problem whenever...

If we use EQUALS to populate a field property without initializing it as a normal keyword before. `FieldPropsManager::has_key` will return false for it (because there is no entry in the...

on arm64, riscv64 and ppc64el this happens: ``` 41: *** 15 failures are detected in the test module "Tabulation" 41:  61/182 Test #41: tabulation .......................***Failed 8.44 sec Running 2...

If OPM modules are used as DUNE modules then CMake otherwise complains about missing targets: ``` CMake Error at /usr/lib/x86_64-linux-gnu/cmake/dune-grid/dune-grid-targets.cmake:78 (set_target_properties): The link interface of target "dunealbertagrid1d" contains: PkgConfig::Alberta1d but...

It calls `std::exit(1)` if there are recorded warnings. Seems a surprising and IMHO unclean. Any particular reason for that?

- After `make clean` copied stuff from the source tree (e.g. below tests) is missing and not copied again. Or at least I fail to find a way to do...

I think there might be an issue here. If there is an NNC and EDITNNC entry for the same cell pair then we apply EDITNNC directly to the NNC transmissibility...

On the unofficial port of the hppa architecture, the python tests fail because our C++ code assume little-endianness: ``` ====================================================================== 1: ERROR: test_arrays (tests.test_eclfile.TestEclFile) 1: ---------------------------------------------------------------------- 1: Traceback (most recent...

bug

Due to dependencies on opm-common they will always have architecture dependent libraries in them. I tried to fix the redhat packaging here, but this might still need changes downstream.

Needed for a new field where client uses `''` as value. We now assume that item 3 is defaulted in this case and if the star token is used. Default...