Skip to content

In asserts mode: "you may not take the indexth entry from a vector with only Size components"

ExaHyPe currently crashes with assertions:

2017-01-19 14:03:24  0.0104139    info         exahype::runners::Runner::createGrid(...)               memoryUsage    =33 MB
2017-01-19 14:03:24  0.0104265    info         exahype::runners::Runner::createGrid(Repository)        finished grid setup after 4 iterations
2017-01-19 14:03:24  0.0104377    info         exahype::runners::Runner::runAsMaster(...)              start to initialise all data and to compute first time step size
2017-01-19 14:03:24  0.0117126    info         exahype::runners::Runner::runAsMaster(...)              initialised all data and computed first time step size
2017-01-19 14:03:24 assertion in file /home/sven/numrel/exahype/ExaHyPE-Engine/./Peano/mpibalancing/../tarch/la/Vector.h, line 100 failed: index < Size
2017-01-19 14:03:24 parameter index: 2
2017-01-19 14:03:24 parameter Size: 2
2017-01-19 14:03:24 parameter toString(): [0,0]
2017-01-19 14:03:24 parameter "you may not take the indexth entry from a vector with only Size components": you may not take the indexth entry from a vector with only Size components
2017-01-19 14:03:24 ExaHyPE-MHDSolver-p2: /home/sven/numrel/exahype/ExaHyPE-Engine/./Peano/mpibalancing/../tarch/la/Vector.h:100: const Scalar& tarch::la::Vector<Size, Scalar>::operator[](int) const [with int Size = 2; Scalar = double]: Assertion `false' failed.
2017-01-19 14:03:24 Command terminated by signal 6

Full log at http://sprunge.us/AHAT Specfile at http://sprunge.us/SAKe