Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
solverstack
ScalFMM
Commits
c92f1952
Commit
c92f1952
authored
Jun 26, 2017
by
Berenger Bramas
Browse files
Debug mpi-openmp when morton limits is constant in L2L
parent
bec09f1b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Src/Core/FFmmAlgorithmThreadProc.hpp
View file @
c92f1952
...
...
@@ -1137,7 +1137,9 @@ protected:
idxProcSend
+=
1
;
}
// Next time we will not need to go further than idxProcSend
righestProcToSendTo
=
idxProcSend
;
if
(
idxProcSend
<
righestProcToSendTo
){
righestProcToSendTo
=
idxProcSend
;
}
}
// Finalize the communication
...
...
Src/Core/FFmmAlgorithmThreadProcPeriodic.hpp
View file @
c92f1952
...
...
@@ -1296,7 +1296,9 @@ protected:
idxProcSend
+=
1
;
}
// Next time we will not need to go further than idxProcSend
righestProcToSendTo
=
idxProcSend
;
if
(
idxProcSend
<
righestProcToSendTo
){
righestProcToSendTo
=
idxProcSend
;
}
}
// Finalize the communication
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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