Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
openfpm_pdata
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Sbalzarini Lab
Software
Parallel Computing
OpenFPM
openfpm_pdata
Commits
f5d94a19
Commit
f5d94a19
authored
6 years ago
by
Pietro Incardona
Browse files
Options
Downloads
Patches
Plain Diff
Testing gitlab for crash
parent
b4e4cc3f
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#973
failed
6 years ago
Stage: build
Stage: test
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitlab-ci.yml
+17
-17
17 additions, 17 deletions
.gitlab-ci.yml
0_vtk_parmetis_distribution_0.vtk
+9
-9
9 additions, 9 deletions
0_vtk_parmetis_distribution_0.vtk
src/Vector/tests/vector_dist_dlb_test.hpp
+6
-0
6 additions, 0 deletions
src/Vector/tests/vector_dist_dlb_test.hpp
with
32 additions
and
26 deletions
.gitlab-ci.yml
+
17
−
17
View file @
f5d94a19
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
0_vtk_parmetis_distribution_0.vtk
+
9
−
9
View file @
f5d94a19
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
src/Vector/tests/vector_dist_dlb_test.hpp
+
6
−
0
View file @
f5d94a19
...
...
@@ -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
();
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment