lib: Update mpi to support new buffer API
authorLucas Bajolet <r4pass@hotmail.com>
Mon, 13 Jun 2016 19:34:38 +0000 (15:34 -0400)
committerLucas Bajolet <r4pass@hotmail.com>
Tue, 28 Jun 2016 20:14:12 +0000 (16:14 -0400)
Signed-off-by: Lucas Bajolet <r4pass@hotmail.com>

lib/mpi/mpi.nit

index a9e22d8..bc47997 100644 (file)
@@ -450,7 +450,6 @@ redef class FlatBuffer
                        source, tag, new Comm.world, new Status.ignore)
 
                length = capacity
-               is_dirty = true
        end
 
        redef fun recv_fill(mpi, dest, tag, comm) do recv(mpi, 0, capacity, dest, tag, comm)