Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
dorie
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
31
Issues
31
List
Boards
Labels
Service Desk
Milestones
Merge Requests
9
Merge Requests
9
Operations
Operations
Incidents
Environments
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
dorie
dorie
Commits
1c710199
Commit
1c710199
authored
Jul 25, 2018
by
Lukas Riedel
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'sospinar/dorie-feature/memory-resdistribution-at-comiplation'
parents
f3feacd5
9f94acd5
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
7 deletions
+8
-7
CHANGELOG.md
CHANGELOG.md
+1
-0
dune/dorie/impl/CMakeLists.txt
dune/dorie/impl/CMakeLists.txt
+7
-7
No files found.
CHANGELOG.md
View file @
1c710199
...
...
@@ -17,6 +17,7 @@
GitLab Runner cannot handle the load
*
Use the
`OVLP_AMG_4_DG`
linear solver for all computations, including
sequential ones. This significantly improves performance for large problems.
*
Change compilation order which reduces RAM usage when compiling in parallel.
### Fixed
*
The source code is now compatible to the Clang LLVM compiler.
...
...
dune/dorie/impl/CMakeLists.txt
View file @
1c710199
add_library
(
dorie-impl STATIC
sim_ug_2_1.cc
sim_ug_2_2.cc
sim_ug_2_3.cc
sim_ug_3_1.cc
sim_ug_3_2.cc
sim_ug_3_3.cc
sim_yasp_2_1.cc
sim_yasp_2_2.cc
sim_ug_2_1.cc
sim_yasp_2_3.cc
sim_yasp_3_1.cc
sim_ug_2_2.cc
sim_yasp_3_2.cc
sim_yasp_3_3.cc
)
\ No newline at end of file
sim_yasp_3_3.cc
sim_ug_2_3.cc
sim_ug_3_1.cc
sim_ug_3_2.cc
sim_ug_3_3.cc
)
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment