From 21f427f21dc6c2adae45e29216458871934b12c2 Mon Sep 17 00:00:00 2001 From: Incardona Pietro <incardon@mpi-cbg.de> Date: Mon, 5 Apr 2021 00:35:53 +0200 Subject: [PATCH] Latest modules --- example/Vector/7_SPH_dlb_gpu_opt/main.cu | 2 +- openfpm_vcluster | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/example/Vector/7_SPH_dlb_gpu_opt/main.cu b/example/Vector/7_SPH_dlb_gpu_opt/main.cu index 46c1e7dd7..b2428c3c5 100644 --- a/example/Vector/7_SPH_dlb_gpu_opt/main.cu +++ b/example/Vector/7_SPH_dlb_gpu_opt/main.cu @@ -912,7 +912,7 @@ int main(int argc, char* argv[]) // it sort the vector (doesn not seem to produce some advantage) // note force calculation is anyway sorted calculation - vd.make_sort(NN); + //vd.make_sort(NN); // Calculate pressure from the density EqState(vd); diff --git a/openfpm_vcluster b/openfpm_vcluster index a46c5b472..477503209 160000 --- a/openfpm_vcluster +++ b/openfpm_vcluster @@ -1 +1 @@ -Subproject commit a46c5b472123b848df4ee1345b188092d8b06108 +Subproject commit 47750320953714192f4925dbcd95a140301afae7 -- GitLab