Skip to content
Snippets Groups Projects
Commit 5ad9e28a authored by Peter W. Draper's avatar Peter W. Draper
Browse files

Add warnings about libNUMA and its broken headers

parent 4e3f3f2d
No related branches found
No related tags found
1 merge request!692NUMA: make the check look for an external library
...@@ -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
......
...@@ -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
~~~ ~~~
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment