]> SALOME platform Git repositories - tools/medcoupling.git/commitdiff
Salome HOME
debug MED interpolation between two MPI components BR_V5_DEV
authorsecher <secher>
Mon, 16 Feb 2009 13:24:37 +0000 (13:24 +0000)
committersecher <secher>
Mon, 16 Feb 2009 13:24:37 +0000 (13:24 +0000)
src/ParaMEDMEM/MPIProcessorGroup.cxx
src/ParaMEDMEM/Makefile.am

index fc3f0188a949c5c4022fa190fbbd87fc744573ce..8fb3208d2e4720c61bbb37d8113edd1cdecf7df8 100644 (file)
@@ -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<int>::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);
 
   }
 }
index e68d1f557b71c3f755165ad1271a3a74347749ef..cbf11435ac2f423b970d113dbc8a42b12b6eabbf 100644 (file)
@@ -40,6 +40,7 @@ ComponentTopology.hxx\
 ExplicitTopology.hxx\
 ParaFIELD.hxx\
 DEC.hxx\
+DECOptions.hxx\
 MxN_Mapping.hxx\
 StructuredCoincidentDEC.hxx\
 InterpolationMatrix.hxx\