From 29395130bf974cd4d9a4fe9b863c5f391b47f6d0 Mon Sep 17 00:00:00 2001 From: ageay Date: Mon, 16 Mar 2009 09:25:40 +0000 Subject: [PATCH] *** empty log message *** --- src/ParaMEDMEM/BlockTopology.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; -- 2.39.2