From 6221b0fed77e53277099e781e1c14a23f6ba5dc4 Mon Sep 17 00:00:00 2001 From: Pietro Incardona <incardon@mpi-cbg.de> Date: Mon, 16 Dec 2019 19:48:17 +0100 Subject: [PATCH] Testing gitlab --- .gitlab-ci.yml_bck => .gitlab-ci.yml | 0 src/Vector/tests/vector_dist_unit_test.cpp | 5 +++++ 2 files changed, 5 insertions(+) rename .gitlab-ci.yml_bck => .gitlab-ci.yml (100%) diff --git a/.gitlab-ci.yml_bck b/.gitlab-ci.yml similarity index 100% rename from .gitlab-ci.yml_bck rename to .gitlab-ci.yml diff --git a/src/Vector/tests/vector_dist_unit_test.cpp b/src/Vector/tests/vector_dist_unit_test.cpp index b0513aa20..1317d0294 100644 --- a/src/Vector/tests/vector_dist_unit_test.cpp +++ b/src/Vector/tests/vector_dist_unit_test.cpp @@ -104,6 +104,11 @@ void Test2D_ghost(Box<2,float> & box) typedef Point_test<float> p; + if (create_vcluster().rank() == 0) + { + return; + } + // Get the default minimum number of sub-sub-domain per processor (granularity of the decomposition) size_t n_sub = 64 * v_cl.getProcessingUnits(); // Convert the request of having a minimum n_sub number of sub-sub domain into grid decompsition of the space -- GitLab