diff --git a/openfpm_devices b/openfpm_devices index ce90003014c88181111312e735dd17c2b0ffab36..fc5ba1035ac72a3c083ab1bf8a3cb60639e0c241 160000 --- a/openfpm_devices +++ b/openfpm_devices @@ -1 +1 @@ -Subproject commit ce90003014c88181111312e735dd17c2b0ffab36 +Subproject commit fc5ba1035ac72a3c083ab1bf8a3cb60639e0c241 diff --git a/openfpm_vcluster b/openfpm_vcluster index a8879b9e12eb6892946c416416bc4049b2ccf185..c4658d00fc631fbed7f6f6ba2198dda8016e13f0 160000 --- a/openfpm_vcluster +++ b/openfpm_vcluster @@ -1 +1 @@ -Subproject commit a8879b9e12eb6892946c416416bc4049b2ccf185 +Subproject commit c4658d00fc631fbed7f6f6ba2198dda8016e13f0 diff --git a/src/Grid/tests/grid_dist_id_unit_test.cu b/src/Grid/tests/grid_dist_id_unit_test.cu index 01770490120f6cd8986b253533fb357a3898c35a..a9eff50fe02a1cb721122094d8faff7fb1cf1e87 100644 --- a/src/Grid/tests/grid_dist_id_unit_test.cu +++ b/src/Grid/tests/grid_dist_id_unit_test.cu @@ -35,8 +35,10 @@ BOOST_AUTO_TEST_CASE( grid_dist_id_gpu_test ) // Distributed grid with id decomposition grid_dist_id_gpu<3, float, aggregate<float, float>> g_dist(sz,domain,g,pr); - - Box<3,size_t> box({1,1,1},{30,30,30}); + + void * ptr = (double*)g_dist.get_loc_grid(0).toKernel().getPointer<0>();*/ + +/* Box<3,size_t> box({1,1,1},{30,30,30}); auto it = g_dist.getGridIterator(box.getKP1(),box.getKP2()); float c = 5.0;