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
86648102
Commit
86648102
authored
May 21, 2015
by
COULAUD Olivier
Browse files
Fix bug
parent
8ee7a710
Changes
1
Hide whitespace changes
Inline
Side-by-side
Examples/ChebyshevInterpolationFMM.cpp
View file @
86648102
...
...
@@ -151,7 +151,7 @@ int main(int argc, char* argv[])
KernelClass
kernels
(
TreeHeight
,
loader
.
getBoxWidth
(),
loader
.
getCenterOfBox
(),
&
MatrixKernel
);
//
// false : dynamic schedule.
int
inUserChunckSize
=
10
// To specify the chunck size in the loops (-1 is static, 0 is N/p^2, otherwise i)
int
inUserChunckSize
=
10
;
// To specify the chunck size in the loops (-1 is static, 0 is N/p^2, otherwise i)
FmmClass
algo
(
&
tree
,
&
kernels
,
inUserChunckSize
);
//
algo
.
execute
();
// Here the call of the FMM algorithm
...
...
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