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
87660520
Commit
87660520
authored
Oct 16, 2013
by
BRAMAS Berenger
Browse files
update to correct taylor include
parent
fc779d21
Changes
3
Hide whitespace changes
Inline
Side-by-side
Tests/Kernels/testNewCompareKernels.cpp
View file @
87660520
...
...
@@ -53,7 +53,7 @@
//
// taylor kernel
#include
"../../Src/Kernels/Taylor/FTaylorCell.hpp"
#include
"../../Src/Kernels/Taylor/FTaylorKernel
_OptPreInd
.hpp"
#include
"../../Src/Kernels/Taylor/FTaylorKernel.hpp"
//
#include
"../../Src/Components/FSimpleLeaf.hpp"
#include
"../../Src/Kernels/P2P/FP2PParticleContainerIndexed.hpp"
...
...
Tests/Kernels/testTaylor.cpp
View file @
87660520
...
...
@@ -38,7 +38,7 @@
//
// taylor kernel
#include
"../../Src/Kernels/Taylor/FTaylorCell.hpp"
#include
"../../Src/Kernels/Taylor/FTaylorKernel
_Opt
.hpp"
#include
"../../Src/Kernels/Taylor/FTaylorKernel.hpp"
//
#include
"../../Src/Components/FSimpleLeaf.hpp"
#include
"../../Src/Kernels/P2P/FP2PParticleContainerIndexed.hpp"
...
...
@@ -57,7 +57,6 @@ int main(int argc, char* argv[])
const
unsigned
int
TreeHeight
=
FParameters
::
getValue
(
argc
,
argv
,
"-h"
,
5
);
const
unsigned
int
SubTreeHeight
=
FParameters
::
getValue
(
argc
,
argv
,
"-sh"
,
2
);
const
unsigned
int
NbThreads
=
FParameters
::
getValue
(
argc
,
argv
,
"-t"
,
omp_get_max_threads
());
const
int
DevP
=
FParameters
::
getValue
(
argc
,
argv
,
"-p"
,
7
);
#ifdef _OPENMP
omp_set_num_threads
(
NbThreads
);
std
::
cout
<<
"
\n
>> Using "
<<
omp_get_max_threads
()
<<
" threads.
\n
"
<<
std
::
endl
;
...
...
Tests/Kernels/testTaylorSimple.cpp
View file @
87660520
...
...
@@ -20,7 +20,7 @@
#include
"../../Src/Core/FFmmAlgorithmTask.hpp"
#include
"../../Src/Kernels/Taylor/FTaylorCell.hpp"
#include
"../../Src/Kernels/Taylor/FTaylorKernel
_Opt
.hpp"
#include
"../../Src/Kernels/Taylor/FTaylorKernel.hpp"
#include
"../../Src/Files/FFmaLoader.hpp"
...
...
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