Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
openfpm_pdata
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Sbalzarini Lab
Software
Parallel Computing
OpenFPM
openfpm_pdata
Commits
93938a92
Commit
93938a92
authored
4 years ago
by
Pietro Incardona
Browse files
Options
Downloads
Patches
Plain Diff
Latest modules
parent
81482700
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#2763
failed
4 years ago
Stage: build
Stage: test
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
openfpm_devices
+1
-1
1 addition, 1 deletion
openfpm_devices
src/Grid/tests/sgrid_dist_id_unit_tests.cpp
+3
-2
3 additions, 2 deletions
src/Grid/tests/sgrid_dist_id_unit_tests.cpp
with
4 additions
and
3 deletions
openfpm_devices
@
cf2dbc0e
Subproject commit
7c41af8f9c66acc49bf2e33a7aabfb320edc195d
Subproject commit
cf2dbc0e76858853b76ea67a8c32dee6192501c2
This diff is collapsed.
Click to expand it.
src/Grid/tests/sgrid_dist_id_unit_tests.cpp
+
3
−
2
View file @
93938a92
...
...
@@ -161,8 +161,6 @@ BOOST_AUTO_TEST_CASE( sgrid_dist_id_basic_test_2D)
++
it
;
}
sg
.
write
(
"sg_test_write"
);
bool
match
=
true
;
auto
it2
=
sg
.
getGridIterator
();
...
...
@@ -697,6 +695,9 @@ BOOST_AUTO_TEST_CASE (sgrid_dist_id_soa_write )
auto
&
v_cl
=
create_vcluster
<>
();
if
(
v_cl
.
size
()
>
16
)
{
return
;}
// Domain
Box
<
3
,
double
>
domain
({
-
0.3
,
-
0.3
,
-
0.3
},{
1.0
,
1.0
,
1.0
});
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment