On 2/22/19 6:56 AM, Pawel Baldysiak wrote: > If array was stopped during reshape initialization, > there might be a "0" checkpoint recorded in metadata. > If array with such condition (reshape with position 0) > is passed to kernel - it will refuse to start such array. > > Treat such array as normal during assemble, Grow_continue() will > reinitialize and start the reshape. > > Signed-off-by: Pawel Baldysiak <pawel.baldysiak@xxxxxxxxx> > --- > Assemble.c | 18 ++++++++++++++++-- > 1 file changed, 16 insertions(+), 2 deletions(-) Applied! Thanks, Jes