Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
dumux-repositories
dumux
Commits
5866adfb
Commit
5866adfb
authored
Dec 19, 2018
by
Dennis Gläser
Browse files
[doc][handbook] fix typo
parent
88fb608b
Changes
1
Hide whitespace changes
Inline
Side-by-side
doc/handbook/4_developingdumux.tex
View file @
5866adfb
...
...
@@ -40,13 +40,13 @@ more information.
\Dune
and
\Dumux
are built with the help of
\texttt
{
dunecontrol
}
, as explained on page
\pageref
{
buildIt
}
.
Per default,
\Dumux
is compiled using optimization options, which leads to faster runtimes but is unsuitable
for debugging. For debug opts you can set
\texttt
{
DCMAKE
_
BUILD
_
TYPE
}
to
\texttt
{
Debug
}
or
\texttt
{
RelWithDebInfo
}
in your options file. You can also do this in any of the
\texttt
{
CMakeLists.txt
}
in Dumux by adding
in your options file. You can also do this in any of the
\texttt
{
CMakeLists.txt
}
in Dumux by adding
:
\begin{lstlisting}
[style=Shell]
set(CMAKE
_
BUILD
_
TYPE Debug)
\end{lstlisting}
Afterward
e
rerun cmake again (run cmake <path-to-build-dir>).
Afterward
s
rerun cmake again (run cmake <path-to-build-dir>).
\paragraph
{
Dunecontrol for selected modules
}
A complete build using
\texttt
{
dunecontrol
}
takes some time. In many cases not all modules need to be re-built.
...
...
Timo Koch
@timok
mentioned in commit
35fd97d6
·
Dec 19, 2018
mentioned in commit
35fd97d6
mentioned in commit 35fd97d6c8fc6027baf85aa91c9418bfe8f0c423
Toggle commit list
Timo Koch
@timok
mentioned in merge request
!1448 (merged)
·
Dec 19, 2018
mentioned in merge request
!1448 (merged)
mentioned in merge request !1448
Toggle commit list
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment