From: ageay Date: Mon, 16 Mar 2009 09:25:40 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: V5_1_main_FINAL~406 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=29395130bf974cd4d9a4fe9b863c5f391b47f6d0;p=tools%2Fmedcoupling.git *** empty log message *** --- diff --git a/src/ParaMEDMEM/BlockTopology.cxx b/src/ParaMEDMEM/BlockTopology.cxx index e769260cd..e2157cf6b 100644 --- a/src/ParaMEDMEM/BlockTopology.cxx +++ b/src/ParaMEDMEM/BlockTopology.cxx @@ -215,8 +215,8 @@ namespace ParaMEDMEM const MPIProcessorGroup* mpi_group=dynamic_cast(_proc_group); const MPI_Comm* comm=mpi_group->getComm(); int nbtemp=nb_elem; - mpi_group->getCommInterface().allGather(&nbtemp, 1, MPI_INTEGER, - nbelems_per_proc, 1, MPI_INTEGER, + mpi_group->getCommInterface().allGather(&nbtemp, 1, MPI_INT, + nbelems_per_proc, 1, MPI_INT, *comm); _nb_elems=0;