Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
solverstack
ScalFMM
Commits
848c108f
Commit
848c108f
authored
Aug 22, 2014
by
BRAMAS Berenger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make the L2L work for big test case
parent
0870b564
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
Src/Core/FFmmAlgorithmThreadProc.hpp
Src/Core/FFmmAlgorithmThreadProc.hpp
+2
-1
No files found.
Src/Core/FFmmAlgorithmThreadProc.hpp
View file @
848c108f
...
...
@@ -927,7 +927,8 @@ private:
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
nbMessageSent
=
0
;
// From the proc on the right to righestProcToSendTo, check if we have to send something
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment