Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 848c108f authored by BRAMAS Berenger's avatar BRAMAS Berenger
Browse files

Make the L2L work for big test case

parent 0870b564
No related branches found
No related tags found
No related merge requests found
...@@ -927,7 +927,8 @@ private: ...@@ -927,7 +927,8 @@ private:
FMpi::TagFmmL2L + idxLevel, comm.getComm(), &requests[iterRequests++]), __LINE__ ); FMpi::TagFmmL2L + idxLevel, comm.getComm(), &requests[iterRequests++]), __LINE__ );
} }
if(idProcess != nbProcess - 1 && idProcess < righestProcToSendTo){ // We have to be sure that we are not sending if we have no work in the current level
if(idProcess != nbProcess - 1 && idProcess < righestProcToSendTo && procHasWorkAtLevel(idxLevel, idProcess)){
int idxProcSend = idProcess + 1; int idxProcSend = idProcess + 1;
int nbMessageSent = 0; int nbMessageSent = 0;
// From the proc on the right to righestProcToSendTo, check if we have to send something // From the proc on the right to righestProcToSendTo, check if we have to send something
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment