diff --git a/src/Grid/grid_dist_id_unit_test.hpp b/src/Grid/grid_dist_id_unit_test.hpp index a6e2be35dbc36a8a42b84b26d10524f7bf3749f3..69fbafd89e83b0de51f9558a11559206aec211ad 100644 --- a/src/Grid/grid_dist_id_unit_test.hpp +++ b/src/Grid/grid_dist_id_unit_test.hpp @@ -114,7 +114,7 @@ void Test2D(const Box<2,float> & domain, long int k) float factor = pow(global_v_cluster->getProcessingUnits()/2.0f,1.0f/2.0f); // Ghost - Ghost<2,float> g(0.01); + Ghost<2,float> g(0.01 / factor); // Distributed grid with id decomposition grid_dist_id<2, float, scalar<float>, CartDecomposition<2,float>> g_dist(sz,domain,g);