From ecd14b426713999d4bb7401e8fe93354f9edb5c1 Mon Sep 17 00:00:00 2001 From: degomme Date: Mon, 6 Mar 2017 15:03:19 +0100 Subject: [PATCH] This time really attempt compiling with gcc 6 before pushing. --- src/smpi/smpi_group.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/smpi/smpi_group.cpp b/src/smpi/smpi_group.cpp index d92277b609..1d2619d3ef 100644 --- a/src/smpi/smpi_group.cpp +++ b/src/smpi/smpi_group.cpp @@ -69,7 +69,6 @@ Group::~Group() void Group::destroy() { if(this != MPI_COMM_WORLD->group() - && this != MPI_GROUP_NULL && this != MPI_GROUP_EMPTY) this->unuse(); } @@ -169,7 +168,6 @@ int Group::incl(int n, int* ranks, MPI_Group* newgroup) } else if (n == m_size) { *newgroup = this; if(this!= MPI_COMM_WORLD->group() - && this != MPI_GROUP_NULL && this != MPI_COMM_SELF->group() && this != MPI_GROUP_EMPTY) this->use(); -- 2.20.1