OPM / opm-simulators

Simulator programs and utilities for automatic differentiation.
http://www.opm-project.org
GNU General Public License v3.0
111 stars 121 forks source link

test_wellModel fires an assertion (master and release!) #3167

Open blattms opened 3 years ago

blattms commented 3 years ago
../bin/test_wellmodel 
Running 2 test cases...
test_wellmodel: /home/mblatt/src/dune/opm/opm-simulator/opm/simulators/wells/WellInterface_impl.hpp:166: void Opm::WellInterface<TypeTag>::initCompletions() [with TypeTag = Opm::Properties::TTag::EclFlowProblem]: Assertion `my_next_perf == perf_data_->end()' failed.
unknown location(0): fatal error: in "TestBehavoir": signal: SIGABRT (application abort requested)
/home/mblatt/src/dune/opm/opm-simulator/tests/test_wellmodel.cpp(136): last checkpoint: "TestBehavoir" test entry
blattms commented 3 years ago

You need to compile without -DNDEBUG.

totto82 commented 3 years ago

Seems to be problem with the test case. Missing ecl_index in the dummy Opm::PerforationData