Skip to content
Snippets Groups Projects
Commit f5d94a19 authored by Pietro Incardona's avatar Pietro Incardona
Browse files

Testing gitlab for crash

parent b4e4cc3f
No related branches found
No related tags found
No related merge requests found
Pipeline #973 failed
......@@ -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
......
......@@ -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
......
......@@ -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();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment