Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
ScalFMM
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
5
Issues
5
List
Boards
Labels
Milestones
Packages
Packages
Container Registry
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
solverstack
ScalFMM
Commits
9d8fb313
Commit
9d8fb313
authored
Jul 17, 2015
by
BRAMAS Berenger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
There is no chunk size for the balanceddddddd
parent
1926fac0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Utils/noDist/ChebyshevInterpolationCmpAlgo.cpp
Utils/noDist/ChebyshevInterpolationCmpAlgo.cpp
+1
-1
No files found.
Utils/noDist/ChebyshevInterpolationCmpAlgo.cpp
View file @
9d8fb313
...
...
@@ -177,7 +177,7 @@ int main(int argc, char* argv[])
std
::
string
algoStr
=
FParameters
::
getStr
(
argc
,
argv
,
"-algo"
,
"basic"
);
ForFmmClass
algo1
(
&
tree
,
&
kernels
,
inUserChunckSize
);
ForBalFmmClass
algo4
(
&
tree
,
&
kernels
,
inUserChunckSize
);
ForBalFmmClass
algo4
(
&
tree
,
&
kernels
);
TaskFmmClass
algo2
(
&
tree
,
&
kernels
);
SectionTaskFmmClass
algo3
(
&
tree
,
&
kernels
);
...
...
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