From a14038051fbeed58692fe1342f746c045e093585 Mon Sep 17 00:00:00 2001 From: paboyle Date: Tue, 5 Dec 2017 11:43:25 +0000 Subject: [PATCH] Improved AllToAll asserts --- lib/communicator/Communicator_base.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/lib/communicator/Communicator_base.h b/lib/communicator/Communicator_base.h index 73ea6165..548515cd 100644 --- a/lib/communicator/Communicator_base.h +++ b/lib/communicator/Communicator_base.h @@ -276,10 +276,11 @@ class CartesianCommunicator { assert(in.size()==out.size()); uint64_t bytes=sizeof(T); uint64_t words=in.size()/numnode; - + // std:: cout << "AllToAll buffer size "<< in.size()*sizeof(T)<