geodynamics / aspect

A parallel, extensible finite element code to simulate convection in both 2D and 3D models.
https://aspect.geodynamics.org/
Other
217 stars 232 forks source link

Name executables aspect-debug, aspect-release. #5943

Closed bangerth closed 5 days ago

bangerth commented 5 days ago

I think that's what @tjhei wanted me to do for #5938.

Fixes #5938.

tjhei commented 5 days ago

Why is

An error occurred in line <843> of file </jenkins/workspace/aspect_PR-5943/source/simulator/simulator_access.cc> in function
    aspect::Particle::World<dim>& aspect::SimulatorAccess<dim>::get_particle_world(unsigned int) [with int dim = 3]
The violated condition was: 
    particle_world_index < simulator->particle_worlds.size()

happening here?

bangerth commented 5 days ago

One would imagine this to be a latent failure? @gassmoeller ?

tjhei commented 5 days ago

bug is fixed in #5948