Arne Morten Kvarving

Results 258 comments of Arne Morten Kvarving

from the looks of it, nothing except giving the wrong path to the data case. ``` ~Desktop ``` is the home directory of the 'Desktop' user. ``` ~/Desktop ``` is...

also i would do it the other way around ``` cd ~/Desktop/opm-data/spe1 ~/Desktop/project/opm-simulators/build/bin/flow SPE1CASE1.DATA ```

Yeah, I am afraid that tutorial page is outdated. As part of the opm-common build you got a program called 'summary', likely ``` ~/Desktop/project/opm-common/build/bin/summary ``` this can do the listing...

``` /home/akva/kode/opm/super-build/opm-grid/opm/grid/cpgrid/../CpGrid.hpp: In member function ‘const Vector& Dune::CpGrid::cellCentroid(int) const’: /home/akva/kode/opm/super-build/opm-grid/opm/grid/cpgrid/../CpGrid.hpp:969:97: warning: returning reference to temporary [-Wreturn-local-addr] return current_view_data_->geomVector()[cpgrid::EntityRep(cell, true)].center(); ```

``` ==20424== at 0x8A54EE: double Opm::UgGridHelpers::getCoordinate(Opm::UgGridHelpers::CpGridCentroidIterator, int) (GridHelpers.hpp:395) ==20424== by 0x8A0B95: void tpfa_htrans_compute(Dune::CpGrid const*, double const*, double*) (TransTpfa_impl.hpp:97) ==20424== by 0x89B38C: void Opm::DerivedGeology::update(Dune::CpGrid const&, Opm::BlackoilPropsAdFromDeck const&, Opm::EclipseState const&, double const*)...

``` Thread 1 "test_transmissi" received signal SIGSEGV, Segmentation fault. 0x00000000008a54ee in Opm::UgGridHelpers::getCoordinate (t=..., i=0) at /home/akva/kode/opm/super-build/opm-grid/opm/grid/GridHelpers.hpp:395 395 return (*t)[i]; (gdb) where #0 0x00000000008a54ee in Opm::UgGridHelpers::getCoordinate (t=..., i=0) at /home/akva/kode/opm/super-build/opm-grid/opm/grid/GridHelpers.hpp:395 #1...

```60/60 Test #27: co2_ptflash_ecfv_validation ......... Passed 291.32 sec``` I don't think this is acceptable for a test that runs in most builds.

Lto has borked like that at least since 22.10

jenkins build this opm-simulators=4122 please