From: degomme Date: Mon, 6 Mar 2017 14:03:19 +0000 (+0100) Subject: This time really attempt compiling with gcc 6 before pushing. X-Git-Tag: v3_15~216 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/ecd14b426713999d4bb7401e8fe93354f9edb5c1?hp=f8cd5098df54470fa12f323f84f01a55c88295d4;ds=sidebyside This time really attempt compiling with gcc 6 before pushing. --- 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();