Skip to content
Snippets Groups Projects
Commit 83444c12 authored by Pietro Incardona's avatar Pietro Incardona
Browse files

Latest modules

parent f7adfefb
No related branches found
No related tags found
No related merge requests found
Pipeline #1924 failed
openfpm_data @ 3afd1ad4
Subproject commit c42df89de599d3bbbebf7788dee0c997fe068614
Subproject commit 3afd1ad46102d851140c050f6b19eb93696b32e9
......@@ -266,6 +266,11 @@ class grid_dist_id_comm
{
loc_grid.get(i).template removeCopyToFinalize<prp ...>(v_cl.getmgpuContext(), rem_copy_opt::PHASE2);
}
for (size_t i = 0 ; i < loc_grid.size() ; i++)
{
loc_grid.get(i).template removeCopyToFinalize<prp ...>(v_cl.getmgpuContext(), rem_copy_opt::PHASE3);
}
}
/*! \brief Sync the local ghost part
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment