Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ExaHyPE
ExaHyPE-Documentation
Commits
c351e7c3
Commit
c351e7c3
authored
Nov 08, 2018
by
Tobias Weinzierl
Browse files
Added remark on compiler flags.
parent
3a2bbb96
Changes
1
Show whitespace changes
Inline
Side-by-side
a1_faq-devel.tex
View file @
c351e7c3
...
...
@@ -10,6 +10,13 @@ of ExaHyPE's authors or third party library authors.
\section
{
Frequently asked developer questions
}
\label
{
sec:dev-faq
}
\begin{description}
\item
[ My code does not compile as
\_
mm
\_\ldots
is not found. ]
\exahype\
uses aggressive memory prefetching to avoid latency penalties
when it accesses the main memory through the caches. These techniques
work on Intel systems as long as the system has the required libraries
installed. If you run into problems, please add the parameter
\texttt
{
-DnoTBBPrefetchesJobData
}
to your compile flags.
%
\item
[ How do I link my own libraries against
\exahype
? ]
\exahype\
uses the two environment variables
\texttt
{
COMPILER
\_
CFLAGS
}
and
\texttt
{
COMPILER
\_
LFLAGS
}
to build up all settings for the actual
...
...
Write
Preview
Supports
Markdown
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