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

Latest modules

parent b8e2251b
No related branches found
No related tags found
No related merge requests found
openfpm_devices @ 435be172
Subproject commit c9b5a6ae0ae093c2a84fc466ad8f45e4b652b4c4
Subproject commit 435be1727f99bbadb1dc027e1e756cea16b0d6cd
......@@ -212,7 +212,6 @@ void sgrid_ghost_get(size_t (& sz)[2],size_t (& sz2)[2])
gdist.template flush<smax_<0>>(flush_type::FLUSH_ON_DEVICE);
gdist.template deviceToHost<0>();
gdist.write("before_ghost");
gdist.template ghost_get<0>(RUN_ON_DEVICE);
......@@ -287,8 +286,6 @@ void sgrid_ghost_get(size_t (& sz)[2],size_t (& sz2)[2])
++it2;
}
gdist.write("after_ghost");
BOOST_REQUIRE_EQUAL(match,true);
}
......
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