From 16752b0c668bae07de93d2064fa550ba7e81e8b6 Mon Sep 17 00:00:00 2001 From: secher Date: Mon, 16 Feb 2009 13:24:37 +0000 Subject: [PATCH] debug MED interpolation between two MPI components --- src/ParaMEDMEM/MPIProcessorGroup.cxx | 4 ++-- src/ParaMEDMEM/Makefile.am | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/ParaMEDMEM/MPIProcessorGroup.cxx b/src/ParaMEDMEM/MPIProcessorGroup.cxx index fc3f0188a..8fb3208d2 100644 --- a/src/ParaMEDMEM/MPIProcessorGroup.cxx +++ b/src/ParaMEDMEM/MPIProcessorGroup.cxx @@ -210,7 +210,7 @@ namespace ParaMEDMEM { procs.insert(*iter); } - return new MPIProcessorGroup(_comm_interface,procs); + return new MPIProcessorGroup(_comm_interface,procs, _world_comm); } /*! @} @@ -221,7 +221,7 @@ namespace ParaMEDMEM for (set::const_iterator iter=_proc_ids.begin(); iter!= _proc_ids.end(); iter++) procs.insert(*iter); - return new MPIProcessorGroup(_comm_interface, procs); + return new MPIProcessorGroup(_comm_interface, procs, _world_comm); } } diff --git a/src/ParaMEDMEM/Makefile.am b/src/ParaMEDMEM/Makefile.am index e68d1f557..cbf11435a 100644 --- a/src/ParaMEDMEM/Makefile.am +++ b/src/ParaMEDMEM/Makefile.am @@ -40,6 +40,7 @@ ComponentTopology.hxx\ ExplicitTopology.hxx\ ParaFIELD.hxx\ DEC.hxx\ +DECOptions.hxx\ MxN_Mapping.hxx\ StructuredCoincidentDEC.hxx\ InterpolationMatrix.hxx\ -- 2.39.2