diff --git a/user-doc/Installation.txt b/user-doc/Installation.txt index d2f9a86e8facf970e10e6546a8a7dcaed665b01f..9a54fbd360c3dabaa964d96e7602b349d473a2a0 100644 --- a/user-doc/Installation.txt +++ b/user-doc/Installation.txt @@ -153,8 +153,17 @@ used by PLUMED. If you wish to disable any search for external libraries (e.g. because the system libraries have problems) this can be done with \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 \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. Notable variables in this file include: