Open
Description
If we run with two blocks per core in RK4, the destroy pool fails at the end of the first time step. Error is a seg fault, with traceback:
MPAS-Model/src/framework/mpas_field_routines.F
Line 1717 in 057dd78
MPAS-Model/src/framework/mpas_pool_routines.F
Line 261 in 51d5624
This was introduced in #578.
We can invoke this error in the shallow water core, for example, by setting config_number_of_blocks = 36
but running on 18 cores.