Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dune-grid
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
Service Desk
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
Core Modules
dune-grid
Merge requests
!685
Draft: Add flags to tests explicitly
Code
Review changes
Check out branch
Download
Patches
Plain diff
Open
Draft: Add flags to tests explicitly
issue/remove-add-all-flags-from-tests
into
master
Overview
0
Commits
3
Pipelines
6
Changes
3
Open
Simon Praetorius
requested to merge
issue/remove-add-all-flags-from-tests
into
master
2 years ago
Overview
0
Commits
3
Pipelines
6
Changes
3
Expand
Summary
This is a follow-up MR of
dune-common!1207 (merged)
0
0
Merge request reports
Compare
master
version 5
29536602
1 month ago
version 4
b89502fe
1 year ago
version 3
c3de81e7
1 year ago
version 2
9f205720
2 years ago
version 1
e85d0105
2 years ago
master (HEAD)
and
latest version
latest version
2c4ac43a
3 commits,
1 month ago
version 5
29536602
2 commits,
1 month ago
version 4
b89502fe
2 commits,
1 year ago
version 3
c3de81e7
1 commit,
1 year ago
version 2
9f205720
1 commit,
2 years ago
version 1
e85d0105
1 commit,
2 years ago
3 files
+
6
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
dune/grid/test/CMakeLists.txt
+
2
−
0
Options
@@ -45,9 +45,11 @@ dune_add_test(SOURCES test-parallel-ug.cc
CMAKE_GUARD dune-uggrid_FOUND
MPI_RANKS 1 2 3 4 8
TIMEOUT 300
)
add_dune_mpi_flags
(
test-parallel-ug
)
dune_add_test
(
SOURCES test-loadbalancing.cc
CMAKE_GUARD dune-uggrid_FOUND
)
add_dune_parmetis_flags
(
test-loadbalancing
)
dune_add_test
(
SOURCES issue-53-uggrid-intersections.cc
CMAKE_GUARD dune-uggrid_FOUND
)
Loading