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
argupta
openfpm_pdata
Commits
7d5365b7
Commit
7d5365b7
authored
Oct 26, 2016
by
Pietro Incardona
Browse files
Reducing test size for unbound ghost
parent
bfa44289
Changes
2
Hide whitespace changes
Inline
Side-by-side
openfpm_data
@
58d8ce9a
Subproject commit
3a6df24b7a165824f8f6f8521aace31d2e51774e
Subproject commit
58d8ce9a056d900ab27f68eb7daabe67e9eeef1b
src/Grid/grid_dist_id_unit_test.cpp
View file @
7d5365b7
...
...
@@ -1873,7 +1873,7 @@ BOOST_AUTO_TEST_CASE( grid_dist_id_unbound_ghost_periodic )
// Domain
Box
<
3
,
float
>
domain3
({
0.0
,
0.0
,
0.0
},{
1.0
,
1.0
,
1.0
});
long
int
k
=
2
8
*
2
8
*
2
8
*
create_vcluster
().
getProcessingUnits
();
long
int
k
=
2
5
*
2
5
*
2
5
*
create_vcluster
().
getProcessingUnits
();
k
=
std
::
pow
(
k
,
1
/
3.
);
Test3D_unb_ghost_periodic
(
domain3
,
k
);
...
...
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