Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
SWIFTsim
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor 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
SWIFT
SWIFTsim
Commits
5ad9e28a
Commit
5ad9e28a
authored
6 years ago
by
Peter W. Draper
Browse files
Options
Downloads
Patches
Plain Diff
Add warnings about libNUMA and its broken headers
parent
4e3f3f2d
No related branches found
No related tags found
1 merge request
!692
NUMA: make the check look for an external library
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
INSTALL.swift
+6
-0
6 additions, 0 deletions
INSTALL.swift
doc/RTD/source/GettingStarted/compiling_code.rst
+1
-1
1 addition, 1 deletion
doc/RTD/source/GettingStarted/compiling_code.rst
with
7 additions
and
1 deletion
INSTALL.swift
+
6
−
0
View file @
5ad9e28a
...
@@ -154,6 +154,12 @@ before you can build it.
...
@@ -154,6 +154,12 @@ before you can build it.
distributing
the
threads
among
the
different
cores
on
each
distributing
the
threads
among
the
different
cores
on
each
computing
node
.
computing
node
.
Note
that
if
you
have
libNUMA
outside
of
the
system
include
directories
it
may
fail
to
compile
as
the
headers
do
not
pass
the
-
Wstrict
-
prototype
check
of
GCC
.
In
that
case
you
will
need
to
use
--
enable
-
compiler
-
warnings
=
yes
configure
option
to
stop
this
being
an
error
.
-
tcmalloc
/
jemalloc
/
TBBmalloc
:
-
tcmalloc
/
jemalloc
/
TBBmalloc
:
a
build
of
the
tcmalloc
library
(
part
of
gperftools
),
jemalloc
a
build
of
the
tcmalloc
library
(
part
of
gperftools
),
jemalloc
or
TBBmalloc
can
be
used
be
used
to
obtain
faster
and
more
or
TBBmalloc
can
be
used
be
used
to
obtain
faster
and
more
...
...
This diff is collapsed.
Click to expand it.
doc/RTD/source/GettingStarted/compiling_code.rst
+
1
−
1
View file @
5ad9e28a
...
@@ -38,7 +38,7 @@ METIS is used for domain decomposition and load balancing.
...
@@ -38,7 +38,7 @@ METIS is used for domain decomposition and load balancing.
libNUMA
libNUMA
~~~~~~~
~~~~~~~
libNUMA is used to pin threads.
libNUMA is used to pin threads
(but see INSTALL.swift)
.
GSL
GSL
~~~
~~~
...
...
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