]> SALOME platform Git repositories - tools/medcoupling.git/commitdiff
Salome HOME
oops
authorAnthony Geay <anthony.geay@edf.fr>
Thu, 5 Nov 2020 09:40:44 +0000 (10:40 +0100)
committerAnthony Geay <anthony.geay@edf.fr>
Thu, 5 Nov 2020 09:40:44 +0000 (10:40 +0100)
src/ParaMEDMEM/ParaUMesh.cxx

index 19e2f1405193ed4c663bf814a5c63ff21452f9bc..1d0637064f949d8b5f2d45d58c1bf2e2ca64838d 100644 (file)
@@ -90,7 +90,7 @@ MCAuto<DataArrayIdType> ParaUMesh::getCellIdsLyingOnNodesTrue(const DataArrayIdT
   ci.allGather(&nbOfNodeIdsLoc,1,MPI_ID_TYPE,nbOfElems.get(),1,MPI_ID_TYPE,comm);
   std::vector< MCAuto<DataArrayIdType> > tabs(size);
   //store for each proc the local nodeids intercepted by current proc
-  int nbOfCollectiveCalls = size;// this parameter controls the memory peak
+  int nbOfCollectiveCalls = 1;// this parameter controls the memory peak
   // loop to avoid to all procs to have all the nodes per proc
   for(int subDiv = 0 ; subDiv < nbOfCollectiveCalls ; ++subDiv)
   {