Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
solverstack
ScalFMM
Commits
82261bcb
Commit
82261bcb
authored
Mar 31, 2015
by
BRAMAS Berenger
Browse files
forgot a fsize
parent
be406884
Changes
1
Hide whitespace changes
Inline
Side-by-side
Tests/noDist/testBlockedMpiAlgorithm.cpp
View file @
82261bcb
...
...
@@ -74,7 +74,7 @@ int main(int argc, char* argv[]){
const
int
NbLevels
=
FParameters
::
getValue
(
argc
,
argv
,
FParameterDefinitions
::
OctreeHeight
.
options
,
5
);
const
FSize
NbParticles
=
FParameters
::
getValue
(
argc
,
argv
,
FParameterDefinitions
::
NbParticles
.
options
,
FSize
(
20
));
const
int
groupSize
=
FParameters
::
getValue
(
argc
,
argv
,
LocalOptionBlocSize
.
options
,
250
);
const
int
totalNbParticles
=
(
NbParticles
*
mpiComm
.
global
().
processCount
());
const
FSize
totalNbParticles
=
(
NbParticles
*
mpiComm
.
global
().
processCount
());
// Load the particles
FRandomLoader
<
FReal
>
loader
(
NbParticles
,
1.0
,
FPoint
<
FReal
>
(
0
,
0
,
0
),
mpiComm
.
global
().
processId
());
...
...
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