fmihpc / fsgrid

GNU Lesser General Public License v3.0
1 stars 10 forks source link

Don't divide space into strips smaller than the stencil size. #4

Open ursg opened 6 years ago

ursg commented 6 years ago

This triggered a vlasiator crash in a 4 × 4 cell test run with 4 nodes, where space was subdivided into 1 × 4 cell strips. These were too small for the stencil size of 2.

As an added bonus, this should speed up fsgrid setup for large simulations a little bit.

ykempf commented 6 years ago

Looks sensible. Has it been tested with Thiago?

ykempf commented 5 years ago

Let's wait with this one until the AMR dust settles in Vlasiator.