Restarts in EAGLE crashing due to particle position mismatch
We seem to be getting some crashes when restarting some of the EAGLE boxes due to particles being at unacceptable positions in their cells.
I am configuring with
./configure --with-stars=EAGLE --with-chemistry=EAGLE -disable-doxygen-doc --disable-hand-vec --enable-debug=yes --enable-optimization=no --enable-debugging-checks
then first running
../../swift --cosmology --hydro --self-gravity --stars --threads=16 -n 10 eagle_6.yml 2>&1 | tee output.log
followed by
../../swift --cosmology --hydro --self-gravity --stars --threads=16 --restart eagle_6.yml 2>&1 | tee output.log
however it returns a bunch of messages of similar to
checkCellhdxmax: Inconsistent part position p->x=[8.563395e-01 1.012609e+00 3.240917e+00], c->loc=[0.000000e+00 5.468751e+00 3.125000e+00] c->width=[7.812501e-01 7.812501e-01 7.812501e-01]
In the parameter file it's set to dump a restart file on exit, so the restart files are for the current simulation.