From f5d94a19028445b7bd3e21e61a809b297a3a4cff Mon Sep 17 00:00:00 2001
From: Pietro Incardona <incardon@mpi-cbg.de>
Date: Thu, 13 Dec 2018 09:47:03 +0100
Subject: [PATCH] Testing gitlab for crash

---
 .gitlab-ci.yml                            | 34 +++++++++++------------
 0_vtk_parmetis_distribution_0.vtk         | 18 ++++++------
 src/Vector/tests/vector_dist_dlb_test.hpp |  6 ++++
 3 files changed, 32 insertions(+), 26 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5024a7b97..0bd6645c1 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -18,24 +18,24 @@ centos_run:
     - ./run.sh $CI_PROJECT_DIR unused 1 pdata full $CI_COMMIT_REF_NAME
 
 
-mac_build:
-  stage: build
-  tags:
-    - mac
-  artifacts:
-    paths:
-      - ./build/src/pdata
-  script:
-    - ./build.sh $CI_PROJECT_DIR unused pdata full  $CI_COMMIT_REF_NAME
+      #mac_build:
+      #  stage: build
+      #  tags:
+      #    - mac
+      #  artifacts:
+      #    paths:
+      #      - ./build/src/pdata
+      #  script:
+      #    - ./build.sh $CI_PROJECT_DIR unused pdata full  $CI_COMMIT_REF_NAME
 
-mac_run:
-  stage: test
-  tags:
-    - mac
-  dependencies:
-    - mac_build
-  script:
-    - ./run.sh $CI_PROJECT_DIR unused 1 pdata full $CI_COMMIT_REF_NAME
+      #mac_run:
+      #  stage: test
+      #  tags:
+      #    - mac
+      #  dependencies:
+      #    - mac_build
+      #  script:
+      #    - ./run.sh $CI_PROJECT_DIR unused 1 pdata full $CI_COMMIT_REF_NAME
 
 ubuntu_build:
   stage: build
diff --git a/0_vtk_parmetis_distribution_0.vtk b/0_vtk_parmetis_distribution_0.vtk
index 08fff8942..65a7702e2 100644
--- a/0_vtk_parmetis_distribution_0.vtk
+++ b/0_vtk_parmetis_distribution_0.vtk
@@ -4231,7 +4231,7 @@ VECTORS x float
 6.250000 8.750000 8.750000
 7.500000 8.750000 8.750000
 8.750000 8.750000 8.750000
-SCALARS migration unsigned_long
+SCALARS migration unsigned_int
 LOOKUP_TABLE default
 2
 2
@@ -4745,7 +4745,7 @@ LOOKUP_TABLE default
 2
 2
 2
-SCALARS computation unsigned_long
+SCALARS computation unsigned_int
 LOOKUP_TABLE default
 1
 1
@@ -5259,7 +5259,7 @@ LOOKUP_TABLE default
 1
 1
 1
-SCALARS global_id unsigned_long
+SCALARS global_id unsigned_int
 LOOKUP_TABLE default
 0
 1
@@ -5773,7 +5773,7 @@ LOOKUP_TABLE default
 509
 510
 511
-SCALARS id unsigned_long
+SCALARS id unsigned_int
 LOOKUP_TABLE default
 0
 1
@@ -6287,7 +6287,7 @@ LOOKUP_TABLE default
 509
 510
 511
-SCALARS sub_id long
+SCALARS sub_id int
 LOOKUP_TABLE default
 0
 0
@@ -6801,7 +6801,7 @@ LOOKUP_TABLE default
 0
 0
 0
-SCALARS proc_id unsigned_long
+SCALARS proc_id unsigned_int
 LOOKUP_TABLE default
 0
 0
@@ -7316,7 +7316,7 @@ LOOKUP_TABLE default
 2
 2
 CELL_DATA 3200
-SCALARS communication unsigned_long
+SCALARS communication unsigned_int
 LOOKUP_TABLE default
 0
 0
@@ -10518,7 +10518,7 @@ LOOKUP_TABLE default
 1
 1
 1
-SCALARS srcgid unsigned_long
+SCALARS srcgid unsigned_int
 LOOKUP_TABLE default
 0
 0
@@ -13720,7 +13720,7 @@ LOOKUP_TABLE default
 0
 0
 0
-SCALARS dstgid unsigned_long
+SCALARS dstgid unsigned_int
 LOOKUP_TABLE default
 0
 0
diff --git a/src/Vector/tests/vector_dist_dlb_test.hpp b/src/Vector/tests/vector_dist_dlb_test.hpp
index d02d80f69..b1b7a1f25 100644
--- a/src/Vector/tests/vector_dist_dlb_test.hpp
+++ b/src/Vector/tests/vector_dist_dlb_test.hpp
@@ -302,6 +302,12 @@ template<typename vector_type> void test_dlb_vector()
 		vd.map();
 		vd.template ghost_get<>();
 
+		if (create_vcluster().rank() == 0)
+		{
+			std::cout << "Activating Crash " << std::endl;
+			return 0;
+		}
+
 		auto VV2 = vd.getVerlet(0.01);
 
 		auto it2 = vd.getDomainIterator();
-- 
GitLab