From 99934ea1d037105ee0561442e4b2c8e8fae70a30 Mon Sep 17 00:00:00 2001 From: Lucas Bajolet Date: Mon, 13 Jun 2016 15:34:38 -0400 Subject: [PATCH] lib: Update mpi to support new buffer API Signed-off-by: Lucas Bajolet --- lib/mpi/mpi.nit | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/mpi/mpi.nit b/lib/mpi/mpi.nit index a9e22d8..bc47997 100644 --- a/lib/mpi/mpi.nit +++ b/lib/mpi/mpi.nit @@ -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) -- 1.7.9.5