From e88712dcb0afdf6a653e3d47e56f974ebf6e868b Mon Sep 17 00:00:00 2001 From: Pietro Incardona <incardon@mpi-cbg.de> Date: Thu, 29 Sep 2016 23:31:39 +0200 Subject: [PATCH] Reducing the size memory for some test --- src/Grid/grid_dist_id_unit_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Grid/grid_dist_id_unit_test.cpp b/src/Grid/grid_dist_id_unit_test.cpp index 22cd749cc..ca7ad809a 100644 --- a/src/Grid/grid_dist_id_unit_test.cpp +++ b/src/Grid/grid_dist_id_unit_test.cpp @@ -1873,7 +1873,7 @@ BOOST_AUTO_TEST_CASE( grid_dist_id_unbound_ghost_periodic ) // Domain Box<3,float> domain3({0.0,0.0,0.0},{1.0,1.0,1.0}); - long int k = 32*32*32*create_vcluster().getProcessingUnits(); + long int k = 28*28*28*create_vcluster().getProcessingUnits(); k = std::pow(k, 1/3.); Test3D_unb_ghost_periodic(domain3,k); -- GitLab