Skip to content
Snippets Groups Projects
Commit 4953f971 authored by Giovanni Bussi's avatar Giovanni Bussi
Browse files

doc for internal lapack with external blas

parent ce33c1f2
No related branches found
No related tags found
No related merge requests found
...@@ -153,8 +153,17 @@ used by PLUMED. ...@@ -153,8 +153,17 @@ used by PLUMED.
If you wish to disable any search for external libraries If you wish to disable any search for external libraries
(e.g. because the system libraries have problems) this can be done with (e.g. because the system libraries have problems) this can be done with
\verbatim \verbatim
> ./configure --disable-external-blas
\endverbatim
Notice that you can also disable external lapack only, that is use internal lapack with external blas
using
\verbatim
> ./configure --disable-external-lapack > ./configure --disable-external-lapack
\endverbatim \endverbatim
Since typically it is the blas library that can be heavily optimized, this configuration
should not provide significant slowing down and could be used on systems where
native lapack libraries have problems.
As a final resort, you can also edit the resulting Makefile.conf file. As a final resort, you can also edit the resulting Makefile.conf file.
Notable variables in this file include: Notable variables in this file include:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment